import React from 'react';
type CardContentProps = {
children: React.ReactNode;
};
export declare const CardContent: React.FC<CardContentProps>;
export {};