import type { PropsWithChildren } from 'react';
export declare function TestingLocaleProvider({ children, locale: localeOverride, }: PropsWithChildren<Record<string, unknown>>): JSX.Element;
export declare function TestingUiProvider({ locale, children, }: PropsWithChildren<Record<string, unknown>>): JSX.Element;
