import { Locale } from'./I18nProvider';
/**
* Gets the locale setting of the browser.
*/
export declarefunctiongetDefaultLocale(): Locale;
/**
* Returns the current browser/system language, and updates when it changes.
*/
export declarefunctionuseDefaultLocale(): Locale;