import { type OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WaTextToSpeech implements OnChanges { private readonly speechSynthesisRef; paused: import("@angular/core").InputSignal; readonly onend: import("@angular/core").OutputEmitterRef; readonly onmark: import("@angular/core").OutputEmitterRef; readonly onerror: import("@angular/core").OutputEmitterRef; readonly onboundary: import("@angular/core").OutputEmitterRef; set waTextToSpeech(utterance: SpeechSynthesisUtterance); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }