import { type Matcher, type SelectorMatcherOptions } from "@testing-library/react"; type QueryByText = (id: Matcher, options?: SelectorMatcherOptions) => HTMLElement; export declare const openDropdown: (element: HTMLElement, i: number) => void; export declare const selectOption: (optionText: string, container: HTMLElement, queryByText: QueryByText, i?: number) => void; export {};