import { SearchCategory } from '../../search/models/search-category.interface'; import * as i0 from "@angular/core"; export declare class ContentNodeSelectorPanelService { propertyTypes: string[]; modelPropertyTypeToSearchFilterTypeMap: Map; customModels: any[]; constructor(); convertCustomModelPropertiesToSearchCategories(): SearchCategory[]; convertModelPropertyIntoSearchFilter(modelProperty: any): SearchCategory; isTypeSupported(dataType: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }