/** * 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 provides a slot for inserting custom content, which is typically used for creating flexible and reusable components. * Selector: src-assistant-panel-context * generated from JSON dist/feeds/assistant/assistantPanelContext.utam.json * @version 2026-03-09T13:56:35.593Z * @author Salesforce */ declare class AssistantPanelContext extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Represents the default slot for content insertion */ getSlotContent(ContainerCtor: _ContainerCtor): Promise; } export = AssistantPanelContext;