import { NavigationRenderLinkProps, SectionShellItem } from '../../model/layout.types'; type SectionShellLinkProps = { item: SectionShellItem; isActive: boolean; renderLink: (props: NavigationRenderLinkProps) => React.ReactNode; className?: string; }; export declare function SectionShellLink({ item, isActive, renderLink, className }: SectionShellLinkProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; export {}; //# sourceMappingURL=section-shell-link.d.ts.map