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