export declare function exportTableToExcel(e: any, cellStyles?: any, headerRowCount?: number, headerCellStyle?: {}): void; export declare function exportTableToExcelEl(e: any, cellStyles?: any, headerRowCount?: number, headerCellStyle?: {}, filename?: string): void; export declare function exportTableToExcelElMuti(es: any, sheetNames: any, cellStyles?: any, headerRowCounts?: any, headerCellStyle?: {}, filename?: string): void; export declare function exportJsonToExcelMuti(data: any, filename: any): void; export declare function exportJsonToExcel(data: any): void;