/** * @description 读取 xlsx 文件 * @param {*} file * @returns * @eg: const data = await readXlsxFile(file) */ export declare function readXlsxFile(file: File): Promise; export declare const parseXlsxData: (data: any, props?: any) => any; //# sourceMappingURL=read.d.ts.map