/**----------------------------------------------------------------------------------------- * 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; 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; static ɵcmp: i0.ɵɵComponentDeclaration; }