export declare class CatXlsxConfig { static config: CatXlsxConfigInterface; } export interface CatXlsxConfigInterface { headerFontColor?: string; headerBackgroundColor?: string; password?: string; normalizeHeader?: boolean; }