import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ClickOutsideDirective implements OnInit, OnChanges, OnDestroy { private _el; private _ngZone; private platformId; clickOutsideEnabled: boolean; attachOutsideOnClick: boolean; delayClickOutsideInit: boolean; emitOnBlur: boolean; exclude: string; excludeBeforeClick: boolean; clickOutsideEvents: string; clickOutside: EventEmitter; private _nodesExcluded; private _events; constructor(_el: ElementRef, _ngZone: NgZone, platformId: Object); ngOnInit(): void; ngOnDestroy(): void; ngOnChanges(changes: SimpleChanges): void; private _init; private _initOnClickBody; private _excludeCheck; private _onClickBody; private _onWindowBlur; private _emit; private _shouldExclude; private _initClickOutsideListener; private _removeClickOutsideListener; private _initAttachOutsideOnClickListener; private _removeAttachOutsideOnClickListener; private _initWindowBlurListener; private _removeWindowBlurListener; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }