export type DateRangeOption = { startDate: () => string; endDate: () => string; icon: string; name: string; isDefault?: boolean; }; //# sourceMappingURL=date-range-option.d.ts.map