import { OnInit } from '@angular/core'; export declare class MultiselectorComponent implements OnInit { constructor(); ngOnInit(): void; }