import { EventManagerPlugin } from "@angular/platform-browser"; import * as i0 from "@angular/core"; export declare class SdSaveCommandEventPlugin extends EventManagerPlugin { private readonly _sdModal; constructor(); supports(eventName: string): eventName is "sdSaveCommand"; addEventListener(element: HTMLElement, eventName: string, handler: (event: Event) => void): () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }