import { type VariantProps } from 'class-variance-authority'; export declare const otpRootVariants: (props?: ({ size?: "small" | "default" | null | undefined; fullWidth?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; /** Narrow cell chrome: overrides Input root `w-full` / wide horizontal padding for one digit. */ export declare const otpCellVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const otpFieldVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type OtpInputVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map