import React from 'react'; import { ICardTitleProps } from './Card.types'; declare const CardTitle: React.FC; export default CardTitle;