import React from 'react';
export default function hocPopup<T extends any>(WrappedComponents: React.ComponentType<T>): React.ComponentType<T>;
