import { OnInit } from '@angular/core';
import { GaiaGisService } from './gaia-gis.service';
import { Option } from '../interfaces/OptionsGaia.model';
import * as i0 from "@angular/core";
export declare class GaiaGisComponent implements OnInit {
    options?: Option;
    GaiaGisService: GaiaGisService;
    ngOnInit(): void;
    initilizeMap(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<GaiaGisComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GaiaGisComponent, "gaia-gis", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
}
