import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare function CustomFieldPanelUniDriver(base: UniDriver, body: UniDriver): { exists: () => Promise; isOpen: () => Promise; getTitle: () => Promise; getSubtitle: () => Promise; clickCloseButton: () => Promise; closeButtonExists: () => Promise; getItemLabelById: (id: string) => Promise; getItemLabelByIndex: (i: number) => Promise; getItemsCount: () => Promise; getAddNewFieldButton: () => { isDisabled: () => Promise; getHintText: () => Promise; getText: () => Promise; textExists: () => Promise; getTooltipContent: () => Promise; getSubtitle: () => Promise; isFocused: () => Promise; focus: () => Promise; blur: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getCustomFieldOptionsAt: (i: number) => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; }; //# sourceMappingURL=CustomFieldPanel.uni.driver.d.ts.map