import type { Tabs } from '..'; import { TabsBasePageObject } from '../../patterns/tabs/testing/tabs-base.pageobject'; /** * Page object for the `nimble-tabs` component to provide consistent ways * of querying and interacting with the component during tests. */ export declare class TabsPageObject extends TabsBasePageObject { constructor(tabsElement: Tabs); }