import React from 'react'; declare function asCardChild(WrappedComponent: React.ComponentType): React.ComponentType; export default asCardChild; export type asCardChildProps = { context?: any; };