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