import { OnChanges, OnInit, SimpleChanges, AfterViewInit } from "@angular/core"; import { EmbeddedViewContentComponent } from "../../../embedded-view-content.component"; import { SurveyModel, TOCModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class ProgressTocComponent extends EmbeddedViewContentComponent implements AfterViewInit, OnChanges, OnInit { survey: SurveyModel; model: TOCModel; ngOnInit(): void; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }