import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TouchDetectorDirective { private readonly el; private _hover; get hover(): boolean; onUpWhileHovering: EventEmitter; constructor(el: ElementRef); protected touchmove(event: any): void; protected touchup(): 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 TouchDetectorDirectiveModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }