import { CardProps } from './types';
declare const Card: {
    (props: CardProps): JSX.Element;
    displayName: string;
};
export default Card;
