import { GenericPayloadModel, LandTopoInfo } from '@cas-hub/acabim-common-client'; import { Observable } from 'rxjs'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare class TopoDataViewerComponent { private store; calculationData$: Observable; currentData?: LandTopoInfo; isLoading: boolean; payload: GenericPayloadModel[]; topoDataNgrx: LandTopoInfo | null; columnHeaders: string[]; private genericPayloadClass; set loading(value: boolean); constructor(store: Store); setData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }