import { PipeTransform } from '@angular/core'; import { Store } from '@ngrx/store'; import { Attribute, Class, Field, MapWidgetLayerOptions } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GeometryFieldsForPipe implements PipeTransform { private store; classes$: Observable; fields$: Observable; constructor(store: Store); transform(value: MapWidgetLayerOptions, ...args: any[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }