import type { ReactTestInstance } from 'react-test-renderer';
import type { UserEventInstance } from './setup';
export declare function clear(this: UserEventInstance, element: ReactTestInstance): Promise<void>;
