export declare function getUserLocale(availableLocales: Array<string>, defaultLocale: string, fallbackLocale?: string): string;
