import React from 'react';
export type CardTextProps = {
    className?: string;
};
export declare const CardText: React.FC<CardTextProps>;
