import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropdownComponent implements OnInit, OnChanges { isOpen: boolean; selectedItems: any[]; selectedList: any[]; config: any; selectionChange: EventEmitter; onSingleSelect(item: any): void; ngOnInit(): void; constructor(); ngOnChanges(changes: SimpleChanges): void; resetContainer(): void; toggleSelectAll(selected: boolean): void; isAllSelected(): boolean; toggleSelection(item: any, selected: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }