import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import type { DsTagCustomEvent } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsTag { protected z: NgZone; protected el: HTMLDsTagElement; dsClick: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsTag extends Components.DsTag { /** * Fired when the interactive Tag button is activated. */ dsClick: EventEmitter>; }