import React from 'react';
import { DeepgramVoiceInteractionHandle, DeepgramVoiceInteractionProps } from '../../types';
declare const _default: React.ForwardRefExoticComponent<DeepgramVoiceInteractionProps & React.RefAttributes<DeepgramVoiceInteractionHandle>>;
export default _default;
