import { Ref } from '../../vue/dist/vue.esm-browser.prod.js'; export default function (): { isListening: Ref; transcribedText: Ref; startListening: () => void; stopListening: () => void; speechEnabled: Ref; timer: Ref; };