export declare let PRECISION: number; /** * Sets the number of fractional digits used for formatting various floating * point values in the serialized SVG. The current value can be read via * {@link PRECISION}. * * @param n */ export declare const setPrecision: (n: number) => number; /** @internal */ export declare const ff: (x: number) => string; export declare const cap: (x: number) => string; export declare const ch: (x: number) => string; export declare const cm: (x: number) => string; export declare const em: (x: number) => string; export declare const ex: (x: number) => string; export declare const inch: (x: number) => string; export declare const lh: (x: number) => string; export declare const mm: (x: number) => string; export declare const rem: (x: number) => string; export declare const percent: (x: number) => string; export declare const px: (x: number) => string; export declare const vh: (x: number) => string; export declare const vw: (x: number) => string; export declare const vmin: (x: number) => string; export declare const vmax: (x: number) => string; export declare const ms: (x: number) => string; export declare const second: (x: number) => string; /** @deprecated use {@link second} */ export declare const sec: (x: number) => string; export declare const deg: (x: number) => string; export declare const rad: (x: number) => string; export declare const turn: (x: number) => string; export declare const url: (x: string) => string; //# sourceMappingURL=units.d.ts.map