export * from "@testing-library/react"; export { customRender as render }; declare function customRender(ui: any, options: any): import("@testing-library/react").RenderResult;