import React from 'react'; import { MobxOptions } from './MobxOptions'; export interface MVVMProps { children?: JSX.Element | JSX.Element[]; mobx?: MobxOptions; } export declare const MVVMContext: React.Context<{}>; export declare const MVVM: (props: MVVMProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MVVMContext.d.ts.map