import { TargetElement } from '@testing-library/user-event'; export declare function chooseOption(select: TargetElement, option: string): void;