export declare class ContentModel { id: number; label: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): ContentModel[]; } //# sourceMappingURL=content.model.d.ts.map