import { AfterContentInit, ViewContainerRef, OnInit } from '@angular/core'; export declare class BreadcrumbsComponent implements OnInit, AfterContentInit { private viewContainerRef; constructor(viewContainerRef: ViewContainerRef); ngOnInit(): void; ngAfterContentInit(): void; }