export declare class ExportSpreadsheetService { private saveAs; export(data: any[], file: string, options?: { header?: string[]; skipHeader?: boolean; }): void; }