export declare const DEFAULT_DATES_RANGES: {
    name: string;
    startDate: Date;
    endDate: Date;
}[];
