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