export declare class CompanyModel { code: string; label: string; id: number; constructor(); fromJSON(json: any): this; }