export declare function excelExporter(data: any[], filename: string, XLSX?: any, // 外部的XLSX库
merge?: any[]): import("antd/lib/message").MessageType;
