import { TopLinkItemProps } from '../LeftNavTypes'; /** * Is meant to be used as a top level link. Eg, one that is not nested. * * @example * */ export declare const TopLinkItem: { ({ disabled, href, icon, id, label, className, }: TopLinkItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; };