import { ComponentType, FC } from 'react'; export default function wrap
(ComponentIn: ComponentType
): FC
;