export declare const BUTTON_VARIANTS: { readonly contained: "contained"; readonly outlined: "outlined"; readonly ghost: "ghost"; }; export declare const BUTTON_VARIANTS_ARRAY: ("contained" | "outlined" | "ghost")[];