import * as React from 'react'; import { RenderOptions } from '@testing-library/react'; export declare const render: (Component: React.ReactNode, options?: RenderOptions) => import("@testing-library/react").RenderResult;