export declare function createLocale(compName: string): (path: string, ...args: any[]) => string; export declare function isEmptyArray(arr: any): boolean; export declare function isEmptyValue(value: any): boolean; export declare function isDefined(val: any): boolean; export declare function isObject(val: any): boolean; export declare function isFunction(val: any): val is Function; export declare function isBoolean(val: any): boolean; export declare function isNumber(val: any): boolean; export declare function isTrue(val: any): any; export declare function isFalse(val: any): boolean; export declare function getValByUnit(width: number | string): string; export declare function scrollTo(el: any, option: any): void; export declare function getTextContentOfVNode(vNode: any): string;