import { type I18nProviderProps } from 'react-aria';
/**
 * Thin wrapper around React Aria's I18nProvider to work around a JSX return type mismatch
 * between the library's types and our TSX configuration.
 */
export declare function I18nWrapper(props: I18nProviderProps): JSX.Element;
//# sourceMappingURL=i18n-wrapper.component.d.ts.map