/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, ContainerCtor as _ContainerCtor, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * Component that brokers communication between components in the chat, work area, and header, with support for managing expandable renditions and drill-in flows. * Selector: setup-agentic-chat-message-context * generated from JSON dist/setup/agenticChatMessageContext.utam.json * @version 2026-03-09T13:56:36.951Z * @author Salesforce */ declare class AgenticChatMessageContext extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Represents the default slot for the component, used for projecting child content. */ getDefaultSlotContent(ContainerCtor: _ContainerCtor): Promise; } export = AgenticChatMessageContext;