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