export declare const Variant: { readonly OUTLINED: "outlined"; readonly PRIMARY: "primary"; readonly TEXT: "text"; }; export type Variant = (typeof Variant)[keyof typeof Variant];