import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps } from '@chakra-ui/system';

interface CardBodyProps extends HTMLChakraProps<"div"> {
}
declare const CardBody: _chakra_ui_system.ComponentWithAs<"div", CardBodyProps>;

export { CardBody, CardBodyProps };
