export declare class Language { id: string; title: string; icon: string; constructor(id: string, title: string, icon: string); }