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