declare function Enhancement(): { condition: (Component: any) => boolean; static: (WrapperComponent: any) => { defaultProps: {}; }; wrapperProps: (props: any) => any; }; export default Enhancement;