import React from 'react'; import { CardProps } from './types'; declare const Card: React.ForwardRefExoticComponent>; export default Card;