import { ReferentielModel } from './referentiel.model'; export declare class VideoContentModel { id: number; materialNumber: string; diffusionFormatId: number; supportId: number; ratioId: number; colorId: number; localisation: string; duration: string; origin: string; isFormatRespected: boolean; availabilityDate: string; checked: boolean; ratioLabel: string; formatLabel: string; colorLabel: string; supportLabel: string; statusLabel: string; status: ReferentielModel; uuid: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=video-content.model.d.ts.map