/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Attachment } from './api/attachment.interface'; import { AttachmentTemplateDirective } from './templates/attachment-template.directive'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class AttachmentComponent { set attachment(value: Attachment); get attachment(): Attachment; template: AttachmentTemplateDirective; get image(): boolean; get unknown(): boolean; context: any; private get contentType(); private _attachment; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }