import * as i0 from "@angular/core";
export declare class AriSpeechService {
    showSpeechRecognitionError: boolean;
    showSpeechRecognitionStatus: any;
    SpeechSynthesisUtterance: any;
    showSpeechSynthesisError: boolean;
    showSpeechSynthesisStatus: any;
    NativeSpeechSynthesis: any;
    SpeechRecognition: any;
    constructor();
    initWebSpeechRecognition(): void;
    initWebSpeechSynthesis(): void;
    isWebSpeechRecognitionSupported(): boolean;
    isWebSpeechSynthesisSupported(): boolean;
    SpeechStopsListening(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AriSpeechService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AriSpeechService>;
}
