/** * 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'; import _Button from 'salesforce-pageobjects/lightning/pageObjects/button'; /** * Selector: runtime_declarative_card-button * Represents the runtime_declarative_card-button card component * This specific Page Object (PO) built for the feature is currently in development and will not be available to customers until Summer '24. * generated from JSON dist/runtime_declarative_card/cardbutton.utam.json * @version 2026-03-09T13:56:36.829Z * @author Salesforce */ export default class Cardbutton extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getButton(): Promise<_Button>; }