/**
 * Date format for neutral date
 * @type {string}
 * @readonly
 */
export type FormatMonthOptionType = '2-digit' | 'numeric' | 'narrow' | 'short' | 'long';
export type FormatWeekdayOptionType = 'narrow' | 'short' | 'long';
export declare const NEUTRAL_DATE = "DDMMYYYY";
