import { NavCategoryProps } from '../LeftNavTypes'; /** * Is meant to wrap an array of `LinkItem`. * * @example * First Item Second Item * * @see https://design.avayacloud.com/components/web/list-web */ export declare const NavCategory: { ({ id, children, label, icon, className, expanded, disabled, ...rest }: NavCategoryProps): import("react/jsx-runtime").JSX.Element; displayName: string; };