declare const cn: { fastTypeLocale: { yearSelect: string; monthSelect: string; quarterSelect: string; untilNow: string; customer: string; unlimited: string; yesterday: string; today: string; last24Hours: string; recent30Days: string; lastWeek: string; lastMonth: string; lastQuarter: string; lastYear: string; thisWeek: string; thisMonth: string; thisYear: string; tomorrow: string; future24Hours: string; nextWeek: string; future7Days: string; }; filterTypeLocale: { include: string; uninclude: string; equal: string; empty: string; unempty: string; startwith: string; endwith: string; eitherof: string; neitherof: string; }; dateUnitLocale: { years: string; month: string; quarter: string; day: string; week: string; hour: string; minute: string; second: string; yearsInclude: string; quarterInclude: string; monthInclude: string; weekInclude: string; }; dateUnitlLocale: { years: string; month: string; quarter: string; day: string; week: string; hour: string; minute: string; second: string; yearEnd: string; yearStart: string; quarterEnd: string; quarterStart: string; monthEnd: string; monthStart: string; weekEnd: string; weekStart: string; yeasterday: string; today: string; tomorrow: string; now: string; onHour: string; onMinute: string; onSecond: string; }; filterLocale: { labelDynamic: string; after: string; before: string; placeholder: string; labelStart: string; labelEnd: string; untilNow: string; labelFastType: string; }; numberFilterLocale: { delete: string; cancel: string; ok: string; noContent: string; addSegment: string; intervalScreening: string; segmentScreening: string; between: string; please: string; include: string; uninclude: string; }; lang: import("rc-picker/lib/interface").Locale & import("../../date-picker/generatePicker").AdditionalPickerLocaleLangProps; timePickerLocale: import("../../date-picker/generatePicker").TimePickerLocale; dateFormat?: string | undefined; dateTimeFormat?: string | undefined; weekFormat?: string | undefined; monthFormat?: string | undefined; }; export declare type Locale = typeof cn; export default cn;