export declare class ExcelSheetModel {
    sheetName: string;
    sheetData: any[];
}
