import { OnInit } from '@angular/core'; import { BaseDropdownControl } from '../base-dropdown-control'; import { TranslocoService } from '@jsverse/transloco'; import * as i0 from "@angular/core"; export declare class SpiderlyMultiSelectComponent extends BaseDropdownControl implements OnInit { protected translocoService: TranslocoService; constructor(translocoService: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }