import dayjs from 'dayjs'; export declare const presetDetailMap: { today: { getValue: () => dayjs.Dayjs; label: () => any; }; yesterday: { getValue: () => dayjs.Dayjs; label: () => any; }; tomorrow: { getValue: () => dayjs.Dayjs; label: () => any; }; next_monday: { getValue: () => dayjs.Dayjs; label: () => any; }; last_friday: { getValue: () => dayjs.Dayjs; label: () => any; }; first_day_of_this_month: { getValue: () => dayjs.Dayjs; label: () => any; }; last_day_of_this_month: { getValue: () => dayjs.Dayjs; label: () => any; }; first_day_of_next_month: { getValue: () => dayjs.Dayjs; label: () => any; }; last_day_of_last_month: { getValue: () => dayjs.Dayjs; label: () => any; }; };