import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LongPressDetectorDirective { longPressDuration: number; longPress: EventEmitter; longPressEnd: EventEmitter; private timeout?; private pressing; onMouseDown(event: MouseEvent | TouchEvent): void; onMouseUp(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * @deprecated in favor of standalone api, so please use direclty the directive as a standalone. Will be removed in/after v18 */ export declare class LongPressDetectorDirectiveModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }