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