import { PageGraph } from './PageGraph'; export declare const FooterNav: ({ base, graph, }: { base: string; graph: PageGraph; }) => JSX.Element;