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