export declare type WeekStartDay = 'Sunday' | 'Monday'; export declare type DisplayDate = { date: Date; active: boolean; ms: number; };