import { IntlDateTimeFormatPart } from '../types/date-time'; import { ToLocalTimeImplDetails } from './ToLocalTime'; import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern'; export declare function PartitionDateTimeRangePattern(dtf: Intl.DateTimeFormat, x: number, y: number, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): IntlDateTimeFormatPart[]; //# sourceMappingURL=PartitionDateTimeRangePattern.d.ts.map