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>; getFileCard: (mediaId: string) => import("@wix/wix-ui-test-utils/unidriver").BaseUniDriver; getFileThumbnail: ({ mediaId, mediaType, }: { mediaId: string; mediaType: string; }) => import("@wix/wix-ui-test-utils/unidriver").BaseUniDriver; getFileDownloadButton: (mediaId: string) => import("@wix/wix-ui-test-utils/unidriver").BaseUniDriver; getFileDetails: (mediaId: string) => import("@wix/wix-ui-test-utils/unidriver").BaseUniDriver; getFileDetailsName: (mediaId: string) => { getTagName: () => Promise; getText: () => Promise; getSize: () => Promise; getSkin: () => Promise; getWeight: () => Promise; getId: () => Promise; isLight: () => Promise; isSecondary: () => Promise; isMasked: () => Promise; isWidows: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; base: UniDriver | undefined; idx?: number | undefined; timeBudget?: number | undefined; }, any>; }; getFileDetailsSize: (mediaId: string) => { getTagName: () => Promise; getText: () => Promise; getSize: () => Promise; getSkin: () => Promise; getWeight: () => Promise; getId: () => Promise; isLight: () => Promise; isSecondary: () => Promise; isMasked: () => Promise; isWidows: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; base: UniDriver | undefined; idx?: number | undefined; timeBudget?: number | undefined; }, any>; }; /** Returns title text */ getTitle: () => Promise; getTitleElement: () => UniDriver | undefined; idx?: number | undefined; timeBudget?: number | undefined; }, any>; /** 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 all custom field labels */ getCustomFieldLabels: () => Promise; /** Returns custom field labels for specific namespace */ getCustomFieldLabelsForNamespace: (namespace: string) => Promise; /** Returns specific custom field label by namespace and field id */ getCustomFieldLabel: (namespace: string, fieldId: string) => Promise; /** Returns the custom field label by index */ getCustomFieldLabelByIndex: (index: number) => Promise; /** Returns all custom field values */ getCustomFieldValues: () => Promise; /** Returns custom field values for specific namespace */ getCustomFieldValuesForNamespace: (namespace: string) => Promise; /** Returns specific custom field value by namespace and field id */ getCustomFieldValue: (namespace: string, fieldId: string) => Promise; /** Returns the custom field value by index */ getCustomFieldValueByIndex: (index: number) => Promise; /** Return all section titles */ getSectionTitles: () => Promise; /** Return specific section title for namespace */ getSectionTitleForNamespace: (namespace: string) => Promise; /** Return the section title by index */ getSectionTitleByIndex: (index: number) => Promise; sectionTitleForNamespaceExists: (namespace: string) => Promise; }; export default _default; //# sourceMappingURL=CustomFieldsViewWidget.uni.driver.d.ts.map