import { DateTimePartFormat } from '../types'; export declare const WEEKDAY: Intl.DateTimeFormatPartTypes; export declare const MONTH: Intl.DateTimeFormatPartTypes; export declare const LONG: DateTimePartFormat; export declare const SHORT: DateTimePartFormat;