export type CardContentProps = { children: React.ReactNode; }; export declare const CardContent: ({ children }: CardContentProps) => import("react").JSX.Element; //# sourceMappingURL=CardContent.d.ts.map