import { DateIsoString } from "./types/dateIsoString"; import { DatePart } from "./types/datePart"; import { Locale } from "./types/locale"; export declare function formatDatePart(value: Date | DateIsoString, part: DatePart, locale?: Locale): string;