import { EventEmitter, TemplateRef } from '@angular/core'; import { ToggleMenuListItem } from './toggle-menu.type'; import * as i0 from "@angular/core"; export declare class ToggleMenuLabelComponent { mode: 'normal' | 'scroll-y' | 'multiple-line' | string; multiItems: Array; disabled: boolean; maxWidth: string; maxHeight: string; optionDisabledKey: string; customViewTemplate: TemplateRef; valueParser: (item: any) => any; removeChange: EventEmitter; trackByOptionPointer(index: any, item: any): any; removeItem(item: any, event: any, index: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }