/** * 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, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * Component that displays a centered logo image and a secondary image with Salesforce branding. * Selector: setup-agentic-setup-logo * generated from JSON dist/setup/agenticSetupLogo.utam.json * @version 2026-03-09T13:56:36.989Z * @author Salesforce */ export default class AgenticSetupLogo extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Represents the welcome title */ getWelcomeTitle(): Promise<(_BaseUtamElement)>; /** * Represents the welcome title prefix */ getPrefix(): Promise<(_BaseUtamElement) | null>; /** * Represents the welcome title first name */ getName(): Promise<(_BaseUtamElement)>; /** * Represents the welcome title suffix */ getSuffix(): Promise<(_BaseUtamElement) | null>; }