import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; declare const _default: (base: UniDriver, body: UniDriver) => { exists: () => Promise; click: () => Promise; element: () => Promise; /** Returns Cancel button driver */ cancelButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Returns Save button driver */ saveButton: () => { 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 manage view popover */ open: () => Promise; /** Indicates whether the manage view 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; }; /** Returns EntityPage.Card driver by dataHook */ getCard: (dataHook: string) => { showsSkeletonHeader: () => Promise; getChildByDataHook: (dataHook: string) => UniDriver; getErrorState: () => { getRetryButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; getTitleText: () => Promise; getSubtitleText: () => Promise; hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise; getImageUrl: () => (name: string) => Promise; getImageContainerClassName: () => Promise; imageNodeExists: () => Promise; childrenContentExists: () => Promise; hasAlign: (align: import("@wix/design-system").EmptyStateAlign) => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; exists: () => Promise; click: () => Promise; element: () => Promise; }; /** Returns EntityPage.Extensions driver by dataHook */ getExtensions: (dataHook: string) => { exists: () => Promise; click: () => Promise; element: () => Promise; showsSkeletonHeader: () => Promise; getChildByDataHook: (childDataHook: string) => UniDriver; }; /** Returns error state driver */ getErrorState: () => { getRetryButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; getTitleText: () => Promise; getSubtitleText: () => Promise; hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise; getImageUrl: () => (name: string) => Promise; getImageContainerClassName: () => Promise; imageNodeExists: () => Promise; childrenContentExists: () => Promise; hasAlign: (align: import("@wix/design-system").EmptyStateAlign) => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Returns page header driver */ 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=EntityPage.uni.driver.d.ts.map