import { EventEmitter, OnInit } from '@angular/core'; import { FormControl, ValidatorFn } from '@angular/forms'; import { IButton } from 'ngx-mui-kit/components/muk-button'; import * as i0 from "@angular/core"; export declare class MukChipsInputComponent implements OnInit { controller: FormControl; chipController: FormControl; label: string; placeholder: string; isAutofocus: boolean; isRequired: boolean; isDisabled: boolean; options: any[]; isWhiteMode: boolean; validators: ValidatorFn | ValidatorFn[]; min: number | string; max: number | string; onChange: EventEmitter; button: IButton; ngOnInit(): void; duplicateController(): void; addItem(): void; removeItem(index: number): void; alreadyExisted(): ValidatorFn; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }