export declare class ExportAccountComponent { data: { name: string; age: number; }[]; options: { fieldSeparator: string; quoteStrings: string; decimalseparator: string; showLabels: boolean; showTitle: boolean; useBom: boolean; noDownload: boolean; headers: string[]; }; export(): void; }