import { ComponentClass, ComponentType } from "react"; declare function autoHeight():
(WrappedComponent: ComponentType
) => ComponentClass
; export default autoHeight;