import { ComponentProps } from '../internals/utils';
export type CardBodyProps = ComponentProps;
declare const CardBody: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>;
export default CardBody;
