import { ReactNode } from "react"; export declare type CardContentProps = { children?: ReactNode; }; export declare const CardContent: ({ children }: CardContentProps) => import("@emotion/react/jsx-runtime").JSX.Element;