export declare const pageSizeOptions: string[]; export declare type TSorterNames = 'ascend' | 'descend'; export declare const sorterNames: { ascend: string; descend: string; }; export declare const locale: { filterTitle: string; filterConfirm: string; filterReset: string; emptyText: string; }; export declare const showTotal: (total: number) => string;