import { ChatRuntime, VFConfigInterface } from '../../../app/Types/firebase'; import React from 'react'; declare const AgentVoicePrototype: (props: { agentData: ChatRuntime; config: VFConfigInterface; onNoThanks: () => void; test: boolean; }) => React.JSX.Element | null; export default AgentVoicePrototype;