import { OnInit, OnDestroy } from '@angular/core'; import { OgcFilterableDataSource } from '../../datasource'; import { MapService } from '../../map'; import { DownloadService } from '../../download'; export declare class OgcFilterableItemComponent implements OnInit, OnDestroy { private mapService; private downloadService; color: string; layers: any; private layers$$; private lastRunOgcFilter; private defaultLogicalParent; datasource: OgcFilterableDataSource; private _dataSource; ogcFiltersHeaderShown: boolean; private _ogcFiltersHeaderShown; constructor(mapService: MapService, downloadService: DownloadService); ngOnInit(): void; ngOnDestroy(): void; addFilterToSequence(): void; openDownload(): void; refreshFilters(): void; }