import { SpeechContextState } from './context'; /** * React hook that exposes SpeechContext. * This is just an alias for useContext(SpeechContext). * @public */ export declare function useSpeechContext(): SpeechContextState;