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