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