import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; declare const _default: (base: UniDriver, body: UniDriver) => { exists: () => Promise; click: () => Promise; element: () => Promise; /** Returns title text */ getTitle: () => Promise; /** Indicates whether the widget loading state shows */ loadingStateExists: () => Promise; fieldsContentExists: () => Promise; /** Returns the error state title */ getErrorTitle: () => Promise; /** Returns the error state subtitle */ getErrorSubtitle: () => Promise; /** Returns the empty state title */ getEmptyTitle: () => Promise; /** Returns the empty state subtitle */ getEmptySubtitle: () => Promise; /** Clicks on try again button when error state visible */ clickTryAgain: () => Promise; /** Gets try again button text */ getTryAgainContent: () => Promise; /** Returns the custom field labels */ getCustomFieldLabels: () => Promise; /** Returns the custom field label by index */ getCustomFieldLabelByIndex: (index: number) => Promise; /** Returns the custom field values */ getCustomFieldValues: () => Promise; /** Returns the custom field value by index */ getCustomFieldValueByIndex: (index: number) => Promise; }; export default _default; //# sourceMappingURL=CustomFieldsViewWidget.uni.driver.d.ts.map