import { ICustomUIConfig } from '../../TUICallService/const';
declare const CustomUIConfigContext: import("react").Context<ICustomUIConfig>;
export default CustomUIConfigContext;
