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