import * as React from 'react'; declare type FooterProps = {}; declare const Footer: React.FC; export default Footer;