declare const ExportTypes: { csv: { id: string; text: string; icon: string; path: string; }; xls: { id: string; text: string; icon: string; path: string; }; pdf: { id: string; text: string; icon: string; path: string; }; }; declare const tableOptions: { overlayNoRowsTemplate: string; defaultColDef: { flex: number; }; animateRows: boolean; }; export { ExportTypes, tableOptions };