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