export declare enum LanguageSelectorDisplayFormat {
    Native = "Native",
    NativeCapitalized = "NativeCapitalized",
    English = "English"
}
