import React from 'react'; import type { SpeechToTextProps } from './type'; export type { SpeechToTextProps, SpeechToTextBaseProps, RecordingState } from './type'; declare const _default: React.NamedExoticComponent; export default _default;