import { ProgressButtonWebElementBase } from './ProgressButtonWebElementBase'; /** * The component WebElement for [oj-c-progress-button](../../jsdocs/oj-c.ProgressButton.html). * Do not instantiate this class directly, instead, use * [findProgressButton](../functions/findProgressButton.html). */ export declare class ProgressButtonWebElement extends ProgressButtonWebElementBase { /** * Perform a click on the button */ doAction(): Promise; /** * Perform a click on the button */ click(): Promise; }