import { AfterContentInit, ElementRef, OnInit } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class LayoutCommonComponent implements AfterContentInit, OnInit { private router; private route; content: ElementRef; indexItems: any[]; showNavPane: boolean; showContextPane: boolean; showPageIndexPane: boolean; includeTableOfContents: boolean; enforceMaxWidth: boolean; selectedTab: string; indexDefaultWidth: number; indexMinWidth: number; indexMaxWidth: number; constructor(router: Router, route: ActivatedRoute); onTabChange(value: string | number): void; ngOnInit(): void; ngAfterContentInit(): void; private scrollToHash; private scrollToElement; scrollTo(anchor: string, event: Event): void; buildIndex(): void; getAbsoluteUrl(anchor: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }