import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import { GlComponentButtonAttachmentFileService } from './gl-component-button-attachment-file.service'; import { IAttachmentData } from 'gl-w-attachment-frontend'; import * as i0 from "@angular/core"; export declare class GlComponentButtonAttachmentFileComponent implements AfterViewInit { service: GlComponentButtonAttachmentFileService; fileInput: ElementRef; /** * @param maxFileSize Size in KB. * @param attachmentIconSrc (Optional) In case the source is not informed, the default path will be the one in gl-w-frontend package. */ maxFileSize: string; accept: string[]; title: string; icon: string; attachmentIconSrc: string; description: string; attachments: IAttachmentData[]; duplicatedDescription: string; invalidSizeDescription: string; invalidFormatDescription: string; currentValue$: EventEmitter; constructor(service: GlComponentButtonAttachmentFileService); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }