export declare const datePickTypes: readonly ["year", "years", "month", "date", "dates", "week", "datetime", "datetimerange", "daterange", "monthrange"]; export declare const WEEK_DAYS: readonly ["sun", "mon", "tue", "wed", "thu", "fri", "sat"]; export declare type DatePickType = typeof datePickTypes[number];