import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SingleClickDirective implements OnInit, OnDestroy { private elementRef; private subscription?; throttleMillis: number; singleClick: EventEmitter; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }