import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; declare const _default: (base: UniDriver, body: UniDriver) => { exists: () => Promise; click: () => Promise; element: () => Promise; /** Returns primary action button driver */ getPrimaryAction: (dataHook: string) => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getMoreActions: (dataHook: string) => { exists: () => Promise; /** Opens the more actions popover */ open: () => Promise; /** Indicates whether the more actions popover is open */ isOpen: () => Promise; /** Clicks at child by data-hook */ clickAtChildByDataHook: (childDataHook: string) => Promise; /** Clicks at child by index */ clickAtChildByIndex: (index: number) => Promise; /** Gets content at index */ childContentAt: (index: number) => Promise; /** Gets children count */ childrenCount: () => Promise; }; getPageHeader: () => { hasClass: (className: string) => Promise; titleText: () => Promise; isTitleExists: () => Promise; subtitleText: () => Promise; isSubtitleExists: () => Promise; isBreadcrumbsExists: () => Promise; breadcrumbsText: () => Promise; isActionBarExists: () => any; isBackButtonExists: () => Promise; clickBackButton: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; }; export default _default; //# sourceMappingURL=CollectionPage.uni.driver.d.ts.map