import Card from './Card';
import { cardProps } from './props';
import type { IDefinePlugin, IDefineProps } from '../types/index';
export { cardProps } from './props';
export declare const ProCard: IDefinePlugin<typeof Card>;
export type ICardProps = IDefineProps<typeof cardProps>;
