import { TreeElement } from '../valueObject/treeElement'; export declare class NavigationComponent { treeElements: TreeElement[]; }