/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { EventEmitter } from '@angular/core';
import { FileInfo } from '@progress/kendo-angular-upload';
import { SVGIcon } from '@progress/kendo-angular-icons';
import { LocalizationService } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class PromptBoxFileComponent {
    private localization;
    promptBoxFile: FileInfo;
    removable: boolean;
    fileActions: any;
    disabled: boolean;
    remove: EventEmitter<FileInfo>;
    deleteIcon: SVGIcon;
    moreIcon: SVGIcon;
    constructor(localization: LocalizationService);
    fileThumbnail(extension: string): SVGIcon;
    fileGroupClass(extension: string): string;
    getTotalFilesSizeMessage(file: FileInfo): string;
    textFor(key: string): string;
    focus(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PromptBoxFileComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PromptBoxFileComponent, "li[promptBoxFile]", never, { "promptBoxFile": { "alias": "promptBoxFile"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "fileActions": { "alias": "fileActions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
}
