import { IdentityScale as IdentityScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type IdentityOptions = Omit; export declare const Identity: SC;