import type { RenderResult } from "@testing-library/react";
import type { ReactElement } from "react";
export declare function renderComponentTest(ui: ReactElement): RenderResult;
