import type { queries, Queries } from "@testing-library/dom"; import type { RenderOptions, RenderResult } from "@testing-library/react"; import type * as ReactDOMClient from "react-dom/client"; type RendererableContainer = ReactDOMClient.Container; type HydrateableContainer = Parameters<(typeof ReactDOMClient)["hydrateRoot"]>[0]; export declare function renderAsync(ui: React.ReactNode, options: RenderOptions): Promise>; export declare function renderAsync(ui: React.ReactNode, options?: Omit | undefined): Promise; export {}; //# sourceMappingURL=renderAsync.d.ts.map