import { DateValue } from '../../../shared/types'; export declare function getResolvedOptions(formatter: Intl.DateTimeFormat): Intl.ResolvedDateTimeFormatOptions; export declare function formatToParts(formatter: Intl.DateTimeFormat, value?: DateValue): Intl.DateTimeFormatPart[];