import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VudOutsideClickDirective implements AfterViewInit, OnDestroy { private readonly el; private readonly ngZone; private destroyed$; excludedElements: HTMLElement[]; outsideClick: EventEmitter; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }