export type SwitchLabelPosition = 'left' | 'right';
export type SwitchAriaAttribute = 'aria-label';
