export declare const CARDBODY_CLASSNAME = "k-card-body";
export type KendoCardBodyProps = {
    title?: string;
    subtitle?: string;
    details?: boolean;
};
export declare const CardBody: (props: KendoCardBodyProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
