import * as i0 from "@angular/core"; /** * RecordTimerWidget displays the current recording progress time. * * @selector app-record-timer-widget * @standalone true * @imports CommonModule * * @inputs * - `recordingProgressTime` (string): The time to display as recording progress. * * @example * ```html * * ``` **/ export declare class RecordTimerWidget { recordingProgressTime: string; constructor(recordingProgressTime: string); get displayTime(): string; get ariaLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }