export type GridAgentChatProps = {
    gridSessionId: string;
    usersReplicaId: number;
    chatbotName?: string;
    initialMessage?: string;
    open: boolean;
    onClose: () => void;
    /** Optional ID to use a different agent registered in Synapse */
    agentRegistrationId?: string;
};
export declare function GridAgentChat({ gridSessionId, usersReplicaId, chatbotName, initialMessage, open, onClose, agentRegistrationId, }: GridAgentChatProps): import("react/jsx-runtime").JSX.Element;
export default GridAgentChat;
//# sourceMappingURL=GridAgentChat.d.ts.map