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