import * as React from "react"; declare const Footer: ({ className, ...props }: React.HTMLAttributes) => React.JSX.Element; export { Footer };