import type { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const iconAffixDriverFactory: (base: UniDriver) => { hasChild: (selector: string) => boolean; exists: () => Promise; element: () => Promise; click: () => Promise; }; //# sourceMappingURL=IconAffix.private.uni.driver.d.ts.map