import React from "react"; import { FooterProps } from "./types"; export declare const Footer: (props: FooterProps) => React.ReactElement;