import { IFooterProps } from "./utils/interfaces"; declare const Footer: (props: IFooterProps) => JSX.Element | null; export default Footer;