import type { IntlShape } from '@formatjs/intl'; export type FormatDateRangeParameters = Parameters['formatDateTimeRange']>; export declare function formatDateRange(intlShape: IntlShape, ...[from, to, formatOptions]: FormatDateRangeParameters): string; //# sourceMappingURL=format-date-range.d.ts.map