import { OjWebElement } from '@oracle/oraclejet-webdriver/elements'; /** * This is the base class for oj-c-skeleton WebElement, and is generated from the * component's metadata. Do not modify these contents since they'll be replaced * during the next generation. * Put overrides into the WebElements's subclass, SkeletonWebElement.ts. */ export declare class SkeletonWebElementBase extends OjWebElement { /** * Gets the value of height property. * Specifies the height of the skeleton * @return The value of height property. * */ getHeight(): Promise; /** * Gets the value of width property. * Specifies the width of the skeleton * @return The value of width property. * */ getWidth(): Promise; /** * Gets the value of borderRadius property. * Specifies the border radius of the skeleton * @return The value of borderRadius property. * */ getBorderRadius(): Promise; }