export declare const checked: string; export declare const error: string; export declare const disabled: string; export declare const readOnly: string; export declare const disabledGroup: string; export declare const hidden: string; export declare const container: string; export declare const divider: string; export declare const containerWidths: Record<"content" | "full", string>; export declare const scrollContainer: string; export declare const scrollVariants: Record<"left" | "right" | "both", string>; export declare const scrollButton: string; export declare const item: string; export declare const text: string; export declare const textContainer: string;