import { EventEmitter } from '@angular/core'; import { TAttachmentItemType } from './gl-component-attachment-item.interface'; import * as i0 from "@angular/core"; export declare class GlComponentAttachmentItemComponent { disabled: boolean; attachmentUrl: string; fileName: string; fileIcon: string; id: number; type: TAttachmentItemType; addingSmooth: boolean; click$: EventEmitter; removeCurrentItem$: EventEmitter<{ id: number; }>; editCurrentItem$: EventEmitter<{ id: number; }>; constructor(); removeItem(id: number): void; editItem(id: number): void; onButtonClick(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }