import { default as React } from 'react'; import { Box } from '../box'; export type FooterProps = React.ComponentPropsWithoutRef; export declare const Footer: React.ForwardRefExoticComponent>;