export type Size = 'sm' | 'md' | 'lg'; export type Variant = 'primary' | 'secondary' | 'outline' | 'ghost'; export type ColorScheme = 'primary' | 'secondary' | 'success' | 'warning' | 'error'; //# sourceMappingURL=index.d.ts.map