export declare const BUTTON_VARIANTS: readonly ["primary", "secondary", "outline", "ghost", "danger", "link"]; export type ButtonVariant = (typeof BUTTON_VARIANTS)[number]; export declare const BUTTON_SIZES: readonly ["s", "m", "l"]; export type ButtonSize = (typeof BUTTON_SIZES)[number]; export declare const BUTTON_TYPES: readonly ["button", "submit", "reset"]; export type ButtonType = (typeof BUTTON_TYPES)[number]; //# sourceMappingURL=button.types.d.ts.map