import { HTMLAttributes, PropsWithChildren } from "react"; interface ICardTitle extends PropsWithChildren> { } export declare const CardTitle: import("react").ForwardRefExoticComponent>; export {};