export declare const DAY = "day"; export declare const WEEK = "week"; export declare const MONTH = "month"; export declare type Views = typeof DAY | typeof WEEK | typeof MONTH;