import { NavigationNode } from './navigation-node.model'; export declare class NavigationUIComponent { dropdownMode: string; node: NavigationNode; }