export declare const wrapper: string; export declare const hasError: string; export declare const disabled: string; export declare const readOnly: string; export declare const variant: Record<"default" | "minimal", string>; export declare const container: string; export declare const containerPadding: Record<"none" | "rightNone" | "rightUnset" | "leftUnset", string>; export declare const input: string; export declare const clearIconButton: string; export declare const divider: string; export declare const isAutoFilled: string;