import * as ObjUtils from './object'; export { ObjUtils }; export declare function arrayToString(ar: any, symbolChar: any): string; export declare function getRandomIntInclusive(min: any, max: any): any; export declare function getLanguage(): string; export declare function loadScriptAndCss({ jses, csses }: { jses?: any[]; csses?: any[]; }, once: any): any; export declare function getId(): string; export declare function clone(obj: any): any; export declare function measureText(text: any, style: any): { width: number; height: number; }; export declare function getUrlParam(name: any): string; export declare const getByPath: (obj: any, path?: string) => any; export declare const setByPath: (obj: any, path: string, value: any) => any; export declare function transferProps(props: any, keys: any): {}; export declare function isEditorEnv(props: any): boolean; export declare function uniqueArray(arr: any): any; export declare function getContentParentElement(ele: any, i?: number): any;