export declare const LaVictorieFooter: ({ footerLinks, logo, gbf, }: { footerLinks: Array<{ url: string; text: string; ariaLabel?: string; }>; logo: "full" | "text"; gbf?: boolean; }) => import("react").JSX.Element;