import { Constructor } from '@cratis/fundamentals'; import { FunctionComponent } from 'react'; export interface IViewContext { viewModel: T; props: TProps; } export declare function withViewModel(viewModelType: Constructor, targetComponent: FunctionComponent>): (props: TProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=withViewModel.d.ts.map