import { AgencyModel, ChatRuntime, WorkspaceModel } from "@/app/Types/firebase"; import React from "react"; declare const AgentChannelsWhatsAppModal: (props: { agentData: ChatRuntime; setLocalRuntime: React.Dispatch>; agencyData: AgencyModel; selectedWorkspace: WorkspaceModel; saveAll: any; }) => React.JSX.Element; export default AgentChannelsWhatsAppModal;