import { OnDestroy, OnInit } from '@angular/core'; import { GeoJSONSourceComponent } from './geojson-source.component'; import * as i0 from "@angular/core"; export declare class FeatureComponent implements OnInit, OnDestroy, GeoJSON.Feature { private GeoJSONSourceComponent; id?: number; geometry: GeoJSON.GeometryObject; properties: any; type: 'Feature'; private feature; constructor(GeoJSONSourceComponent: GeoJSONSourceComponent); ngOnInit(): void; ngOnDestroy(): void; updateCoordinates(coordinates: number[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }