import '@testing-library/jest-dom'; import React from 'react'; export declare const customRender: (Component?: React.ReactNode) => import("@testing-library/react").RenderResult; export * from '@testing-library/react'; export { default as userEvent } from '@testing-library/user-event';