import * as React from "react"; import { ViewProps } from "../View"; declare const CardContent: React.FC; export default CardContent;