/** * 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, BaseUtamElement as _BaseUtamElement, UtamBaseRootPageObject as _UtamBaseRootPageObject, ClickableUtamElement as _ClickableUtamElement } from '@utam/core'; /** * Selector: .PathAssistantSetupPage * Represents the <body> of the iframe. * Use the selector to get the Path Setup component within the iframe. * generated from JSON dist/runtime_sales_setup/pathAssistantSetupIframe.utam.json * @version 2026-03-09T13:56:36.913Z * @author Salesforce */ declare class PathAssistantSetupIframe extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getEnableButton(): Promise<(_BaseUtamElement & _ClickableUtamElement)>; } export = PathAssistantSetupIframe;