import { OnDestroy, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ContentComponent implements OnInit, OnDestroy { private router; private unsubscribe; constructor(router: Router); ngOnInit(): void; routingChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }