type FooterProps = Record; export default function Footer(_props: FooterProps) { return ( ); }