import { ComponentType } from 'react'; export default function hocOverlay
(WrappedComponents: ComponentType
): ComponentType
;