import { TimeRange } from '@embeddable.com/core'; import { Theme } from '../../theme/theme.types'; export declare const getComparisonPeriodDateRange: (primaryDateRange: TimeRange, comparisonPeriod: string | undefined, theme: Theme) => TimeRange; export declare const getComparisonPeriodLabel: (comparisonPeriod: string | undefined, theme: Theme) => string; //# sourceMappingURL=timeRange.utils.d.ts.map