export interface Language { label: string; locale: string; } export declare const AVAILABLE_LANGUAGES: Language[];