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

declare const Footer: React.FC<BoxExtendedProps>;

export { Footer };
