/** * 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, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * The provided code snippet indicates that the component is a subclass of `CopilotBasePanelBroker`. It does not contain any UI elements or templates, as it appears to be a JavaScript module that exports functionality for other components to consume. Without a template or UI elements, we cannot generate a page object for UI test automation. * Selector: src-base-panel-broker * generated from JSON dist/feeds/assistant/basePanelBroker.utam.json * @version 2026-03-09T13:56:35.596Z * @author Salesforce */ export default class BasePanelBroker extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); }