export type ButtonVariant = 'solid' | 'soft' | 'subtle'; export type ButtonOutline = boolean | 'regular' | 'subtle' | 'strong'; export type ToggleVariant = 'classic' | 'card' | 'list' | 'toggle'; export type ToasterPosition = 'top-start' | 'top' | 'top-end' | 'bottom-start' | 'bottom' | 'bottom-end'; //# sourceMappingURL=.types.d.ts.map