export declare const esTerms: { conclude: string; from: string; reset: string; setTheDate: string; to: string; }[]; export declare const esMonths: { january: string; february: string; march: string; april: string; may: string; june: string; july: string; august: string; september: string; october: string; november: string; december: string; }[]; export declare const esDays: { sunday: string; monday: string; tuesday: string; wednesday: string; thursday: string; friday: string; saturday: string; }[]; export declare const esMessages: { dateFormatIsIncorrect: string; betweenPeriodOf: string; endDateIsEmpty: string; }[];