import { LinkItemProps } from '../LeftNavTypes'; /** * 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, ...rest }: LinkItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; };