export declare const BUTTON_TYPES: { readonly FILLED: "filled"; readonly OUTLINE: "outline"; readonly TEXT: "text"; readonly ICON: "icon"; readonly ICON_FILLED: "iconFilled"; readonly ICON_OUTLINE: "iconOutline"; readonly RAW: "raw"; }; export declare const BUTTON_SHAPES: { readonly DEFAULT: "default"; readonly ROUND: "round"; }; export declare const BUTTON_SIZES: { readonly S: "s"; readonly C: "c"; readonly M: "m"; readonly L: "l"; }; export declare const sizes: { readonly s: "1.538rem"; readonly c: "1.846rem"; readonly m: "2.154rem"; readonly l: "3.077rem"; }; export declare const mobileSizes: { readonly s: "1.249625rem"; readonly c: "1.5rem"; readonly m: "1.750125rem"; readonly l: "2.5rem"; }; export declare const ButtonTypesValuesArray: ("filled" | "outline" | "text" | "icon" | "iconFilled" | "iconOutline" | "raw")[]; export declare const ButtonSizesValuesArray: ("s" | "c" | "m" | "l")[]; export declare const ButtonShapesValuesArray: ("default" | "round")[]; export declare const ButtonInteractionStates: string[]; export declare const ButtonTypesValuesString: string; export declare const ButtonSizesValuesString: string; export declare const ButtonShapesValuesString: string; export declare const ButtonInteractionStatesValuesString: string;