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