import { LocalNavigationItem, NavigationRenderLinkProps } from '../../model/layout.types'; type LocalNavigationLinkProps = { item: LocalNavigationItem; isActive: boolean; orientation: "vertical" | "horizontal"; renderLink: (props: NavigationRenderLinkProps) => React.ReactNode; }; export declare function LocalNavigationLink({ item, isActive, orientation, renderLink }: LocalNavigationLinkProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; export {}; //# sourceMappingURL=local-navigation-link.d.ts.map