export declare const changePhoneType: (value: string) => string; export declare function getHeaders(): { 'Content-Type': string; Authorization: string; dept_id: any; role_id: any; app_id: string; tenant_id: string; Domain: string; }; export declare function getItemProps(schems: object, item: object): {}; export declare const deafultCss: (name: string) => void; export declare const getPrefixCls: (suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string; export interface moneyProps { num: string | number | null | undefined; defaultSymbol?: string; } export declare const moneyHandle: (num: number | string, type?: string | undefined) => string; export declare const dateDiff: (time: any) => string[]; export declare const getButtonRole: (auth: any) => boolean; export declare const ChangeImgUrl: (url: string) => string;