import { AfterViewInit, ElementRef, EventEmitter, NgZone } from '@angular/core'; import { Address } from './address.models'; import { Options } from './options.models'; import * as i0 from "@angular/core"; export declare class GooglePlaceDirective implements AfterViewInit { private el; private ngZone; options: Partial; onAddressChange: EventEmitter
; private autocomplete; private eventListener; place: Address; constructor(el: ElementRef, ngZone: NgZone); ngAfterViewInit(): void; private isGoogleLibExists; private initialize; reset(): void; private handleChangeEvent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }