import { IObject } from '../interface'; export declare function useGetConf(): [Function, object, object]; export declare function useUIConfig({ confKey, config }: { confKey?: Array | string; config?: IObject; }): any; export declare function LayConfWrap(Comp: any): (props: any) => JSX.Element; export declare function getConfUtil(): [Function, object, object];