import * as React from "react"; export type NavLinkProps = { title: string; Icon: React.ElementType; pathname: string; strict?: boolean; isExploreRoute?: boolean; }; export declare const NavLink: ({ title, Icon, pathname, strict, isExploreRoute, }: NavLinkProps) => import("react/jsx-runtime").JSX.Element; export declare const NavLinks: ({ isExploreRoute }: { isExploreRoute?: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NavLinks.d.ts.map