import * as _testing_library_react from '@testing-library/react'; import { RenderOptions } from '@testing-library/react'; export * from '@testing-library/react'; import * as _testing_library_dom_types_queries from '@testing-library/dom/types/queries'; import { ReactNode } from 'react'; declare const customRender: (ui: ReactNode, options?: Omit) => _testing_library_react.RenderResult; export { customRender as render };