import { CodeInputState } from './types'; export declare const slotVariants: (props?: ({ state?: "error" | "default" | "success" | null | undefined; isActive?: boolean | null | undefined; disabled?: boolean | null | undefined; hasFakeCaret?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const separatorVariants: (props?: ({ disabled?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare const labelVariants: (props?: ({ state?: "error" | "default" | "success" | null | undefined; disabled?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type SlotVariantState = CodeInputState;