export declare type AllAvailableViews = 'year' | 'day' | 'month' | 'hours' | 'minutes' | 'seconds';
