import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TimerComponent implements OnInit, OnDestroy { private cdRef; outerStrokeColor: string; innerStrokeColor: string; duration: number; durationLeft: number; top: string; timerTextLeftValue: string; timerCircleLeftValue: string; timedOut: EventEmitter; secondsLeft: number; minutesLeft: number; secondsPassed: number; secondsLeftForDisplay: string; percentDone: number; intervalId: NodeJS.Timeout; stopTimer: boolean; constructor(cdRef: ChangeDetectorRef); ngOnInit(): void; reset(): void; resetAllVariables(): void; startTimer(): void; getSecondLeftForDisplay(): string; closeTimer(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }