import { Base, SurveyTimerModel } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class TimerPanelComponent extends BaseAngular { model: SurveyTimerModel; private readonly circleLengthValue; protected getStateElement(): Base; protected getModel(): SurveyTimerModel; get circleLength(): number; get progress(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }