import React from 'react'; interface FooterProps { hasMore: boolean; } declare const Footer: React.FunctionComponent>; export default Footer;