declare function Enhancement(): { condition: (Component: any) => boolean; init: (this: any) => void; context: (this: any, context: any) => any; asProps: (this: any, props: any) => any; }; export default Enhancement;