import { ElementRef } from "@angular/core"; import { UntypedFormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class TagFileComponent { formGroupParent: UntypedFormGroup; formName: string; formArray: string[]; selectable: boolean; removable: boolean; separatorKeysCodes: number[]; item: string[]; fruitInput: ElementRef; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }