import { IViewProps } from '../View'; declare const CardContent: (props: IViewProps) => JSX.Element; export default CardContent;