import { EventEmitter, OnInit, SimpleChanges } from '@angular/core'; import { IListItem, ISelectSettings } from './ng-multiselect-angular.model'; import * as i0 from "@angular/core"; export declare class NgMultiselectAngularComponent implements OnInit { title: string; isOpen: boolean; isSearch: boolean; savedList: any[]; copySavedList: any[]; searchData: any; isCheckedAll: boolean; showCount: number; dropdownList: IListItem[]; selectSettings: ISelectSettings; onDocumentClick(event: any): void; onSelectAll: EventEmitter>; onSelect: EventEmitter; onUnSelectAll: EventEmitter>; onUnSelect: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; onClickArrow(value: boolean): void; onCheckChange(checked: any, value: any): void; onRemove(index: number, value: any): void; onCheckAllChange(check: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }