import { MenuItem } from '@lamnhan/ngx-useful'; import { VideoDataService } from '@lamnhan/ngx-schemata'; import { FormSchemaItem, ContentType } from '../../services/config/config.service'; import * as i0 from "@angular/core"; export declare class VideoPartService { readonly dataService: VideoDataService; readonly name = "video"; readonly menuItem: MenuItem; readonly formSchema: FormSchemaItem[]; readonly contentTypes: ContentType[]; constructor(dataService: VideoDataService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }