import { MenuNavigationItemTypeDesktopGroup } from './types'; export declare const checkIfContainsItem: (item: MenuNavigationItemTypeDesktopGroup, activeId: string) => boolean;