import { SideNavigationLinkItemProps } from '../SideNavigationTypes'; /** * Is meant to be used as a link that is nested under a `NavCategory`. * * @example * * First Item * Second Item * */ export declare const LinkItem: { ({ active, children, className, disabled, href, id, onFocus, onMouseOver, parentHasIcon, groupName, ...rest }: SideNavigationLinkItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; };