/// import React from 'react'; import type { MountOptions, UnmountArgs } from '@cypress/react'; export declare function mount(jsx: React.ReactNode, options?: MountOptions, rerenderKey?: string): Cypress.Chainable; export declare function unmount(options?: UnmountArgs): Cypress.Chainable>;