import { TreeResponse, TreeService } from '../../tree'; import { CategoryNode } from '../models/category-node.interface'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CategoryTreeDatasourceService extends TreeService { private readonly categoryService; getSubNodes(parentNodeId: string, skipCount?: number, maxItems?: number, name?: string): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }