import { TimeRange } from '@embeddable.com/core'; export type DateRangeOption = { value: string; label: string; dateFormat: string; getRange: (timezone?: string) => TimeRange; }; export declare const defaultDateRangeOptions: DateRangeOption[]; //# sourceMappingURL=defaults.DateRanges.constants.d.ts.map