import React from 'react'; export interface FooterProps { children?: React.ReactNode; } export declare function Footer(props: FooterProps): import("react/jsx-runtime").JSX.Element;