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