import { TreeviewItem } from '../models/treeview-item'; import { TreeviewComponent } from '../components/treeview/treeview.component'; import * as i0 from "@angular/core"; export declare abstract class TreeviewEventParser { abstract getSelectedChange(component: TreeviewComponent): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class DefaultTreeviewEventParser extends TreeviewEventParser { getSelectedChange(component: TreeviewComponent): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export interface DownlineTreeviewItem { item: TreeviewItem; parent: DownlineTreeviewItem; } export declare class DownlineTreeviewEventParser extends TreeviewEventParser { getSelectedChange(component: TreeviewComponent): any[]; private getLinks; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OrderDownlineTreeviewEventParser extends TreeviewEventParser { private currentDownlines; private parser; getSelectedChange(component: TreeviewComponent): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }