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