import { AbstractNgModelComponent } from '@abp/ng.core'; import { Injector, TrackByFunction } from '@angular/core'; import * as i0 from "@angular/core"; export declare type PicklistDataType = Array; export declare class PickListComponent extends AbstractNgModelComponent { injector: Injector; leftListTitle: string; rightListTitle: string; trackByProp: string; bindLabel: string; constructor(injector: Injector); trackByFn(): TrackByFunction; transferItem(label: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }