export declare class ContentModel { id: number; label: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): ContentModel[]; }