import { SelectionCardWebElementBase } from './SelectionCardWebElementBase'; /** * The component WebElement for [oj-c-selection-card](../../jsdocs/oj-c.SelectionCard.html). * Do not instantiate this class directly, instead, use * [findSelectionCard](../functions/findSelectionCard.html). */ export declare class SelectionCardWebElement extends SelectionCardWebElementBase { }