export type OptionSize = 'sm' | 'md' | 'lg' | string;