declare function Enhancement(): { init: (this: any) => void; asProps: (this: any, props: any, _WrapperComponent: any, isFunction: boolean) => any; render: (this: any, render: any, props: any) => any; }; export default Enhancement;