import React from "react"; export interface FooterProps { children: React.ReactNode; } export declare const Footer: ({ children }: FooterProps) => JSX.Element;