/// <reference types="react" />
import { ModelProps } from '../model';
export default function WithProvider(props: ModelProps): JSX.Element;
