import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsAttachmentList { protected z: NgZone; protected el: HTMLDsAttachmentListElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsAttachmentList extends Components.DsAttachmentList { }