export declare type AllAvailableViews = 'year' | 'date' | 'month' | 'hours' | 'minutes' | 'seconds';
export declare type DateTimePickerView = 'year' | 'date' | 'month' | 'hours' | 'minutes';
export declare type DatePickerView = 'year' | 'date' | 'month';
export declare type TimePickerView = 'hours' | 'minutes' | 'seconds';
