export declare const useSpeechRecognition: ({ onFinal, }: { onFinal: (prompt: string) => {}; }) => { start: () => any; stop: () => any; };