import { default as React } from 'react'; interface FooterProps { customFooterText?: string; customFooterLink?: string; } declare const Footer: React.FC; export default Footer;