import { queries as baseQueries, Screen } from "@testing-library/react"; declare const queries: { findAllByClassName: import("@testing-library/react").FindAllBy<[value: string]>; findAllById: import("@testing-library/react").FindAllBy<[value: string]>; findAllBySelector: import("@testing-library/react").FindAllBy<[value: string]>; findByClassName: import("@testing-library/react").FindBy<[value: string]>; findById: import("@testing-library/react").FindBy<[value: string]>; findBySelector: import("@testing-library/react").FindBy<[value: string]>; getAllByClassName: import("@testing-library/react").GetAllBy<[value: string]>; getAllById: import("@testing-library/react").GetAllBy<[value: string]>; getAllBySelector: import("@testing-library/react").GetAllBy<[value: string]>; getByClassName: import("@testing-library/react").GetBy<[value: string]>; getById: import("@testing-library/react").GetBy<[value: string]>; getBySelector: import("@testing-library/react").GetBy<[value: string]>; queryAllByClassName: (container: HTMLElement, id: string) => HTMLElement[]; queryAllById: (container: HTMLElement, id: string) => HTMLElement[]; queryAllBySelector: (container: HTMLElement, id: string) => HTMLElement[]; queryByClassName: import("@testing-library/react").QueryBy<[value: string]>; queryById: import("@testing-library/react").QueryBy<[value: string]>; queryBySelector: import("@testing-library/react").QueryBy<[value: string]>; getByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; getAllByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; queryByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; queryAllByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; findByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByLabelText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; getAllByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryAllByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; findByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByPlaceholderText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; getAllByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; queryByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; queryAllByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): ReturnType>; findByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; getAllByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryAllByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; findByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByAltText(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; getAllByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryAllByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; findByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByTitle(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; getAllByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryAllByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; findByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByDisplayValue(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined): ReturnType>; getAllByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined): ReturnType>; queryByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined): ReturnType>; queryAllByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined): ReturnType>; findByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByRole(container: HTMLElement, role: import("@testing-library/react").ByRoleMatcher, options?: baseQueries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; getByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; getAllByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; queryAllByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): ReturnType>; findByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; findAllByTestId(container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): ReturnType>; }; declare const screen: Screen; export { screen };