/** * AnimatedNumber host — an inline box sized by the *final* value so the * count-up never causes layout shift as digits accumulate. Tabular figures * keep the digits from wobbling horizontally while they tick. */ export declare const animatedNumberVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** Invisible copy of the final value that reserves the resting width. */ export declare const animatedNumberSizerVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** The ticking value, painted over the reserved box. */ export declare const animatedNumberValueVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map