import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IcFloatPanelDragTriggerDirective { elementRef: ElementRef; get isActive(): boolean; private _isActive; activeChange: EventEmitter; private defaultClass; constructor(elementRef: ElementRef); get element(): HTMLElement; onMouseDown(): void; onMouseUp(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }