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