import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DashboardLibraryPanelDirective {
    widgetDragStart: EventEmitter<any>;
    widgetDragStop: EventEmitter<any>;
    dragStartHandler(): void;
    dragStopHandler(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLibraryPanelDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DashboardLibraryPanelDirective, "[dDashboardLibraryPanel]", never, {}, { "widgetDragStart": "widgetDragStart"; "widgetDragStop": "widgetDragStop"; }, never, never, false, never>;
}
