import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BackgroundImageDirective implements AfterViewInit, OnChanges { backgroundImage: string; geoBackgroundImage: string; constructor(); ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; setBackgroundImage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }