/// import { IUiApi } from '@umijs/ui-types'; declare const UIContext: import("react").Context<{ api: IUiApi; }>; export default UIContext;