export declare class MediaFilterModel { id: number; label: string; isGroup: boolean; idParent: number; listIdParent: number[]; highlight: boolean; disabled: boolean; description: string; } //# sourceMappingURL=media-filter.model.d.ts.map