import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService'; import { SchemaProperty } from '../../../types/schemas'; export declare function schemaPropertyServiceFactory(property: SchemaProperty, level: number): SchemaPropertyService;