import dayjs from "dayjs"; export declare const DEFAULT_RANGES: { 昨天: dayjs.Dayjs[]; 今天: dayjs.Dayjs[]; 最近3天: dayjs.Dayjs[]; 最近7天: dayjs.Dayjs[]; };