export interface LOCALE_TYPE { monthNames: string[]; dayNames: string[]; today: string; year: string; } export declare const LOCALE: { monthNames: string[]; dayNames: string[]; today: string; year: string; }; //# sourceMappingURL=locale.d.ts.map