import { OnInit } from '@angular/core'; export declare class SortableListComponent implements OnInit { items: any[]; displayExpr: string; icon: string; constructor(); onDrop(event: any): void; ngOnInit(): void; }