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