interface DictationInstallPromptProps { isOpen: boolean; onClose: () => void; onReady: () => void; } export declare const DictationInstallPrompt: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=DictationInstallPrompt.d.ts.map