import React from 'react'; import { BaseProps } from '../Common/index'; export declare type ICardProps = BaseProps; export declare const Card: React.FC;