import { ElementRef } from "@angular/core"; import { FormGroup } from "@angular/forms"; export declare class TagFileComponent { formGroupParent: FormGroup; formName: string; formArray: string[]; selectable: boolean; removable: boolean; separatorKeysCodes: number[]; item: string[]; fruitInput: ElementRef; constructor(); }