import vue from 'vue'; import './data-list.css'; import { InsightDashboard, InsightDashboardPanel, InsightSection } from '@csnext/cs-data'; import { StatsDatasource } from '../../datasources/stats-datasource'; import { GeojsonPlusLayer } from '../..'; import { Feature, Geometry, GeoJsonProperties } from 'geojson'; export declare class DataPanelList extends vue { tab?: string; data: StatsDatasource; dashboard: InsightDashboard; panel: InsightDashboardPanel; section: InsightSection; search: string; layer: GeojsonPlusLayer; dataLoaded(): void; listSort(): string; listHeaders(): any[]; listItems(): Array> | undefined; selectListRow(listItem: any): void; mounted(): void; }