/// import './data-panel.css'; import { InsightDashboard, InsightDashboardPanel } from '@csnext/cs-data'; import { StatsDatasource, GeojsonPlusLayer } from '../..'; import { WidgetBase } from '@csnext/cs-client'; export declare class DataPanel extends WidgetBase { data: StatsDatasource; dashboard: InsightDashboard; features: mapboxgl.MapboxGeoJSONFeature[]; panel: InsightDashboardPanel; layer: GeojsonPlusLayer; search: string; mounted(): void; }