declare function Enhancement(this: any, Context: any, parent: any): { init: (this: any) => void; asProps: (this: any, props: any) => any; }; export default Enhancement;