import type { ReactTestInstance } from 'react-test-renderer'; import type { UserEventInstance } from './setup'; export declare function paste(this: UserEventInstance, element: ReactTestInstance, text: string): Promise;