export type DatePickerSize = 'large' | 'small';
export type DatePickerColor = 'light' | 'dark';
