import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { NolSafeAny } from 'ngx-ol-library/core'; import { ObjectEvent } from 'ol/Object'; import { Coordinate } from 'ol/coordinate'; import BaseEvent from 'ol/events/Event'; import { LinearRing } from 'ol/geom'; import { GeometryLayout } from 'ol/geom/Geometry'; import * as i0 from "@angular/core"; /** * Linear ring geometry component. * @name nol-linear-ring-geometry * @order 1 */ export declare class NolLinearRingGeometryComponent implements OnInit, OnChanges, OnDestroy { nolCoordinates: Coordinate[] | number[]; nolLayout?: GeometryLayout; nolProperties?: Record; nolChange: EventEmitter; nolError: EventEmitter; nolPropertychange: EventEmitter; private readonly destroyRef; private readonly host; private instance; getInstance(): LinearRing; ngOnInit(): void; ngOnChanges({ nolCoordinates }: SimpleChanges): void; ngOnDestroy(): void; private setCoordinates; private checkFlatCoordiantes; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }