import { EventEmitter, OnInit, OnDestroy, OnChanges, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickOrderedListComponent implements OnInit, OnDestroy, OnChanges { items: any[]; itemsChange: EventEmitter; title: string; selectedItemsChange: EventEmitter; sortOrderFieldName: string; displayFieldName: string; buttonAlignment: string; uuid: string; internalItems: any[]; anySelected: boolean; fnDocumentClick: (e: any) => void; constructor(); ngOnInit(): void; ngOnDestroy(): void; documentClick(e: MouseEvent): void; ngOnChanges(changes: SimpleChanges): Promise; selectItem(e: MouseEvent, item: any): void; moveTop(): void; moveUp(): void; moveDown(): void; moveBottom(): void; sortList(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }