export type GenerateTotalInfo = (total: number, pageCount: number, pageNo: number, rows: number) => string;