import { ComponentType } from 'react';
export default function hocOverlay<P extends any>(WrappedComponents: ComponentType<P>): ComponentType<P>;
