import { OjSelectorBase } from './OjSelectorBase'; /** * The component WebElement for [oj-selector](../../jsdocs/oj.ojSelector.html). * Do not instantiate this class directly, instead, use * [ojSelector](../functions/elements.ojSelector-1.html). */ export declare class OjSelector extends OjSelectorBase { /** * Gets the selected value of the selector. * @return boolean selection checked state. */ isSelected(): Promise; }