import { FooterProps } from './Footer.types'; export declare const Footer: ({ children }: FooterProps) => JSX.Element;