export declare const dealArray: (arr: any) => any; export declare const dealOrderByBoList: (arr: any) => any; export declare const dealFieldByList: (arr: any) => any; export declare const dealSymbol: (val: any, type: any) => any; export declare const formateData: ({ data, fields }: { data: any; fields: any; }) => any; export declare const getCellWidth: (value: any) => number; export declare const getTextWidth: (text: any, size?: number) => number; export declare const exportExcel: (d: any, fcols: any, name?: string) => void; export declare const downloadFile: (blob: any, name?: string) => void; export declare function uuid(): string; export declare function getToken(): string; export declare function generateRules(rules?: any[], type?: string): Array; export declare function fIsMobile(): boolean; export declare function dom2image(dom: HTMLElement, filename: string): Promise; export declare function getSearchType(type: string): string; export declare function formatPercentNumber(num: any, decimalPlaces?: number): string;