import React from "react"; import { type FooterLink } from "../../constants"; interface FooterProps { footerLinks: FooterLink[]; } export declare const Footer: ({ footerLinks }: FooterProps) => React.JSX.Element; export {}; //# sourceMappingURL=footer.d.ts.map