import { Localization } from '../../locale/Localization';
export declare const useLocalizationInit: (locale?: string) => Localization;
