/// import { NgZone, ElementRef, EventEmitter, OnInit, OnDestroy } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickGoogleAddressSearchDirective implements OnInit, OnDestroy { private el; private ngZone; googleAddressSearch: any; googleAddressSearchChange: EventEmitter; onGoogleAddressSelect: EventEmitter; autocomplete: google.maps.places.Autocomplete; constructor(el: ElementRef, ngZone: NgZone); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }