import * as React from 'react';
import { BoxTypes } from '../Box/index';

declare const CardFooter: React.FC<BoxTypes>;

export { CardFooter };
