export declare function hex2argb(rgb: string, prefix?: string): string; export declare const colors: { [key: string]: string; }; export declare function heightConvert(height: number): number; export declare function wdithConvert(width: number): number; export declare function isUndefined(value: any, result?: any): any; export declare function convertSheetIdToName(sheets: any, id: string): any;