import { CardProps } from 'antd';

/**
 * ```
 * 主要为了解决，标题固定，内容滚动
 * ```
 * @param props
 * @returns
 */
export declare const CardWrapper: (props: CardProps) => import("react").JSX.Element;

export {};
