declare const customRender: ( ui: any, options?: any ) => import('@testing-library/react').RenderResult; export * from '@testing-library/react'; export { customRender as render };