import React from "react"; type FooterProps = { instagramHandle: string; }; declare const Footer: React.FC; export default Footer;