export declare class TableUtil {
    static exportTableToExcel(tableId: string, name: string): void;
    static exportArrayToExcel(arr: any[], name: string): void;
    static onFileChange(event: any): Promise<any[]>;
    private static processSimpleObject;
    private static findArrayProperties;
    private static sanitizeSheetName;
}
