import { SqrtScale as SqrtScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type SqrtOptions = Omit; export declare const Sqrt: SC;