import React from "react"; import { ChatRuntime, REGION_VALUE } from "../Types/firebase"; declare const BuiltInVoice: React.FC<{ close: () => void; agentData?: ChatRuntime; convoId: string; region: REGION_VALUE; }>; export default BuiltInVoice;