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