/// import './data-properties.css'; import { WidgetBase } from '@csnext/cs-client'; import { PropertyDetails, GeojsonPlusLayer, PropertySection } from '../..'; import { InsightDashboardPanel, InsightSection } from '@csnext/cs-data'; import { StatsDatasource } from '../../datasources/stats-datasource'; export declare class DataProperties extends WidgetBase { panel?: InsightDashboardPanel; data?: StatsDatasource; section?: InsightSection; features?: mapboxgl.MapboxGeoJSONFeature[]; feature?: mapboxgl.MapboxGeoJSONFeature; layer?: GeojsonPlusLayer; sections: PropertySection[]; private filterPropertiesEnabled; private featureSectionsExpanded; private sectionsPanels; setLegend(property: PropertyDetails): void; get style(): string; updateSections(): void; mounted(): void; saveSectionsState(): void; }