/// import './data-big-text.css'; import { InsightDashboard, InsightDashboardPanel, InsightSection } from '@csnext/cs-data'; import { StatsDatasource } from '../../datasources/stats-datasource'; import { GeojsonPlusLayer } from '../..'; import { DataBigTextOptions } from './data-big-text-options'; import { WidgetBase } from '@csnext/cs-client'; export declare class DataBigText extends WidgetBase { tab: null; data: StatsDatasource; dashboard: InsightDashboard; panel: InsightDashboardPanel; section: InsightSection; search: string; layer: GeojsonPlusLayer; features: mapboxgl.MapboxGeoJSONFeature[]; valueText: string; get options(): DataBigTextOptions; dataLoaded(): "" | undefined; mounted(): void; }