import { Locale } from "./types/locale"; export declare function getSystemLocaleName(locale?: Locale): string;