import React from 'react'; import { ChatRuntime } from '@/app/Types/firebase'; declare const AgentChannelsDiscordModal: (props: { agentData: ChatRuntime; setLocalRuntime: React.Dispatch>; }) => React.JSX.Element; export default AgentChannelsDiscordModal;