export default ConnectedCardBody; /** * `CardBody` renders an optional content area for a `Card`. * Multiple `CardBody` components can be used within `Card` if needed. * * @example * ```jsx * import { Card, CardBody } from `@gechiui/components`; * * * * ... * * * ``` */ declare const ConnectedCardBody: import("../../ui/context").GeChiUIComponent<"div", import("../types").BodyProps, true>; //# sourceMappingURL=component.d.ts.map