import { type VariantProps } from 'class-variance-authority'; export declare const currencyInputRootVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const currencyInputFieldVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type CurrencyInputVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map