export declare class Lang { Name: string; Code: string; Icon: string; constructor(Name: string, Code: string, Icon?: string); }