import type { Locale } from '@zag-js/i18n-utils';
export declare const getLocaleContext: () => Locale | undefined, setLocaleContext: (context: Locale | (() => Locale)) => void;
