import { RenderOptions, RenderResult } from '@testing-library/react'; import { ReactElement } from 'react'; /** * Test helper to render a React component with some common app-level providers wrapped around it. */ export declare function renderWithContext(ui: ReactElement, options?: Omit): RenderResult; //# sourceMappingURL=render.d.ts.map