import { OnInit } from '@angular/core';
export declare class DomBreakcrumbComponent implements OnInit {
    nodes: string[];
    constructor();
    ngOnInit(): void;
    showSelection(selection: Selection): void;
}
