/** * SAMPLE UI COMPONENTS * * These are REFERENCE IMPLEMENTATIONS showing how to build UI on top of VoiceAgentSDK. * * For production use: * 1. Copy this folder to your project * 2. Customize the widget design, colors, animations * 3. Import VoiceAgentSDK from '@voice-ai-labs/web-sdk' * 4. Build your own UI using the SDK's event callbacks */ export { VoiceAgentWidget } from './VoiceAgentWidget'; export type { VoiceAgentWidgetOptions, VoiceAgentWidgetTheme } from './VoiceAgentWidget'; //# sourceMappingURL=index.d.ts.map