import type { IntrinsicElementsMap } from '../types'; export declare const render: (child: JSX.Child) => { fragment: HTMLDivElement; unmount: () => void; getByRole: (tag: K) => IntrinsicElementsMap[K]; getByTestId: (id: string) => T; getByText: (text: string | RegExp) => void; }; //# sourceMappingURL=render.testing.d.ts.map