import { CardContentProps } from './types'; declare const CardContent: ({ children, ...rest }: CardContentProps) => import("react/jsx-runtime").JSX.Element; export default CardContent;