export declare const supportsLinear: boolean;
export declare const supportsMod: boolean;
export declare const prefersReducedMotion: MediaQueryList | null;
export declare const opacityDeltaVar = "--_number-flow-d-opacity";
export declare const widthDeltaVar = "--_number-flow-d-width";
export declare const dxVar = "--_number-flow-dx";
export declare const deltaVar = "--_number-flow-d";
export declare const supportsAtProperty: boolean;
export declare const charHeight = "var(--number-flow-char-height, 1em)";
export declare const maskHeight = "var(--number-flow-mask-height, 0.25em)";
export declare const halfMaskHeight = "calc(var(--number-flow-mask-height, 0.25em) / 2)";
declare const styles: string;
export default styles;
