import { ICustomUIConfig } from "../../TUICallService/const";
import { Ref } from "../../adapter-vue";
export declare function useCustomUI(): Ref<ICustomUIConfig>;
