/// declare const _default: { locale: string; okText: string; cancelText: string; loadingText: string; loadErrorText: string; loadRetryText: string; closeText: string; helpText: string; cleanText: string; resetText: string; searchText: string; emptyText: string; selectAllText: string; paginationRecordCount: (count: number) => JSX.Element; paginationPrevPage: string; paginationNextPage: string; paginationToFirstPage: string; paginationToLastPage: string; paginationAtFirst: string; paginationAtLast: string; paginationRecordPerPage: string; paginationPageCount: (count: number) => string; pleaseSelect: string; foundText: string; foundManyText: (count: number) => string; foundManyTextWithKeyword: (keyword: string, count: number) => string; foundNothingWithKeyword: (keyword: string) => string; clearResultText: string; tagSearchBoxTips: string; tagSearchBoxEditingTips: string; tagSearchBoxSelectTitle: string; tagSearchBoxHelpImgUrl: string; today: string; curMonth: string; prevMonth: string; nextMonth: string; curYear: string; prevYear: string; nextYear: string; curTwentyYears: string; prevTwentyYears: string; nextTwentyYears: string; monthBeforeYear: boolean; yearFormat: string; selectTime: string; startTime: string; endTime: string; selectDate: string; guideCancel: string; guideBack: string; guideNext: string; guideFinish: string; copy: string; copied: string; clickToEnlarge: string; expand: string; collapse: string; }; export default _default;