export type DotsAppearance = 'default' | 'help' | 'inverted' | 'primary';
export type Spacing = 'comfortable' | 'cozy' | 'compact';
export type Size = 'default' | 'large';
