import { ReactNode } from 'react'; export interface FooterProps { children: ReactNode; } export declare const Footer: { ({ children }: FooterProps): import("react/jsx-runtime").JSX.Element; displayName: string; };