export type ButtonColorType = 'primary' | 'secondary' | 'accent' | 'danger' | 'success' | 'warning' | 'info'; export type ButtonVariants = 'filled' | 'ghost' | 'tint' | 'outline' | 'primary' | 'secondary' | 'accent' | 'danger' | 'warning' | 'info' | 'flat' | 'invert'; //# sourceMappingURL=Button.d.ts.map