import { FooterLinkProps } from '../../types'; declare const FooterNav: (props: FooterLinkProps) => import("react/jsx-runtime").JSX.Element; export default FooterNav;