type PartsRecord = Partial>; /** * Get a function curried with an Intl DateTimeFormat, to extract an object of * parts keyed by type from its native JS `Date` arguments. * * @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat | Intl.DateTimeFormat on MDN} */ export declare function intlParts(intlDateTimeFormat: Intl.DateTimeFormat): (instant: Date) => PartsRecord; export {}; //# sourceMappingURL=intlParts.d.ts.map