/**
 * Deepgram Voice Interaction
 *
 * A React component library for integrating with Deepgram's voice agent and transcription services
 */
export { default as DeepgramVoiceInteraction } from './components/DeepgramVoiceInteraction';
export * from './components/VoiceAI';
export * from './types';
