import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; declare const _default: (base: UniDriver, body: UniDriver) => { exists: () => Promise; click: () => Promise; element: () => Promise; base: UniDriver | undefined; idx?: number | undefined; timeBudget?: number | undefined; }, any>; /** Widget title text. */ getTitle: () => Promise; /** "X/Y completed" progress label text. */ getProgressLabel: () => Promise; /** Titles of all rendered steps, in order. */ getStepTitles: () => Promise; /** Whether a given step row/card is rendered. */ stepExists: (id: string) => Promise; /** Click a step's row/card (triggers inline toggle or navigate). */ clickStep: (id: string) => Promise; /** Click a step's CTA button. */ clickStepCta: (id: string) => Promise; /** Whether a step's CTA is rendered. */ stepCtaExists: (id: string) => Promise; /** Whether a disabled step's permission tooltip wraps its CTA. */ disabledTooltipExists: (id: string) => Promise; /** Whether a step's inline-expansion content is shown. */ isStepExpanded: (id: string) => Promise; /** Whether a step row/card is the single focused ("next") step. */ isStepFocused: (id: string) => Promise; /** Whether an aggregated group's children are shown. */ isGroupExpanded: (id: string) => Promise; /** Click an arbitrary element by data-hook within the widget. */ clickByDataHook: (dataHook: string) => Promise; /** Whether the all-complete success surface is shown. */ isAllComplete: () => Promise; /** Whether the loading skeleton is shown. */ isLoading: () => Promise; /** Whether the error state is shown. */ isError: () => Promise; /** Click the error state's "try again" button (refetches). */ clickTryAgain: () => Promise; }; export default _default; //# sourceMappingURL=SetupWidget.uni.driver.d.ts.map