import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';
/**
* This is the base class for oj-c-tab-bar-mixed 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, TabBarMixedWebElement.ts.
*/
export declare class TabBarMixedWebElementBase extends OjWebElement {
/**
* Gets the value of dynamicTabs property.
* An array of dynamic tabs
* @return The value of dynamicTabs property.
*
*/
getDynamicTabs(): Promise>;
/**
* Gets the value of dynamicTabsOverflow property.
* Dynamic tabs overflow configurations
* @return The value of dynamicTabsOverflow property.
*
*/
getDynamicTabsOverflow(): Promise;
/**
* Gets the value of dynamicTabsOverflowIcon property.
* The icon used on the overflow tab
* @return The value of dynamicTabsOverflowIcon property.
*
*/
getDynamicTabsOverflowIcon(): Promise