import React from 'react';
declare const Footer: ({ children }: any) => React.JSX.Element;
export default Footer;
