/// <reference types="react" />
export declare function renderWithMockContext(component: React.ReactNode): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
