import { FunctionComponent, ReactNode } from 'react'; declare const customProviderRender: (CustomProvider: FunctionComponent, ui: ReactNode, { providerProps, ...renderOptions }: { providerProps: any; }) => import("@testing-library/react").RenderResult; export default customProviderRender; //# sourceMappingURL=custom-provider-render.d.ts.map