export default Footer; declare function Footer({ isMobile, theme, title, socialTitle, image, hasBanner, className, isAdmin }: { isMobile: any; theme: any; title: any; socialTitle?: string; image?: string; hasBanner: any; className: any; isAdmin: any; }): React.JSX.Element; import React from 'react';