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

declare const Footer: React.FC<BoxProps>;

export { Footer };
