import { OnInit } from '@angular/core';
import { SlTranslateService } from '../services/translate.service';
import { SlUtilsService } from '../services/utils.service';
import * as i0 from "@angular/core";
export declare class AttachmentComponent implements OnInit {
    private translate;
    private utils;
    data: any;
    files: string;
    formData: any;
    constructor(translate: SlTranslateService, utils: SlUtilsService);
    ngOnInit(): void;
    basicUpload(event: any): void;
    fileLimitCross(): void;
    getFileNames(formData: any): any[];
    preSignedUrl(files: any): void;
    extension(name: any): any;
    openFile(file: any): void;
    deleteAttachment(fileIndex: any): Promise<void>;
    onAddApproval(file: any): Promise<void>;
    notAccepted(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "sl-attachment", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
}
