import { HTMLChakraProps } from "../system";
export interface CardBodyProps extends HTMLChakraProps<"div"> {
}
export declare const CardBody: import("../system").ComponentWithAs<"div", CardBodyProps>;
