export declare type FooterProps = { site: string; }; export declare const Footer: ({ site }: FooterProps) => JSX.Element; export default Footer;