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