/** @deprecated Use LocalizedValue instead */
export default interface Language {
    value: string;
    locale: string;
}
