import { IReactComponent } from "./IReactComponent"; export type IWrappedComponent

= { wrappedComponent: IReactComponent

; };