import { IFileType } from "../common/ICommon";
export declare function exportSheetExcel(luckysheetRef: any, fileType: IFileType, download?: boolean): Promise<Blob>;
