import React from 'react';
type CardTitleProps = {
children: React.ReactNode;
};
export declare const CardTitle: React.FC<CardTitleProps>;
export {};