export type ExportType = 'txt' | 'json' | 'csv' | 'xls' | 'xml' | 'css' | 'html'; export declare const exportTypes: { [ET in ExportType]: ET; };