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