import { type RenderResult } from "@testing-library/react"; import type { ReactNode } from "react"; export declare const renderWithNDSProvider: (component: ReactNode, locale?: string) => RenderResult;