import React from 'react'; import { ProCardProps } from './index'; /** * @deprecated 建议使用 ProCardProps 代替 */ export declare type ProCardContainerProps = ProCardProps; /** * @deprecated 建议使用 ProCard 代替 */ export declare const ProCardContainer: React.FC; /** * @deprecated 建议使用 ProCardContainer 代替 */ export declare const CardContainer: React.FC; /** * @deprecated 建议使用 ProCardContainerProps 代替 */ export declare type CardContainerProps = ProCardContainerProps;