import { type EnterValueOptions } from '@wix/unidriver-core'; import { type JSX } from 'react'; export declare const enterValue: (base: JSX.IntrinsicElements["input"], value: string, options?: EnterValueOptions) => Promise; //# sourceMappingURL=enterValue.d.ts.map