export declare const widgetConfig: ({ id: string; type: string; width: number; title: string; redirectURI: string; indicatorColor: string; group: string; showDropdownFilter?: undefined; maxDataPoints?: undefined; entities?: undefined; graphType?: undefined; graphOrientation?: undefined; action?: undefined; } | { id: string; type: string; width: number; title: string; group: string; showDropdownFilter: boolean; maxDataPoints: number; entities: { xAxis: string; yAxis: string; label: string; color: string; }[]; graphType: string; graphOrientation: string; action: { id: string; label: string; visible: boolean; active: boolean; }[]; redirectURI?: undefined; indicatorColor?: undefined; } | { id: string; type: string; width: number; title: string; graphType: string; group: string; entities: { xAxis: string; yAxis: string; subEntities: { key: string; label: string; color: string; }[]; }[]; redirectURI?: undefined; indicatorColor?: undefined; showDropdownFilter?: undefined; maxDataPoints?: undefined; graphOrientation?: undefined; action?: undefined; } | { id: string; type: string; width: number; title: string; group: string; graphType: string; entities: { xAxis: string; yAxis: string; key: string; label: string; color: string; }[]; redirectURI?: undefined; indicatorColor?: undefined; showDropdownFilter?: undefined; maxDataPoints?: undefined; graphOrientation?: undefined; action?: undefined; } | { id: string; type: string; width: number; title: string; graphType: string; group: string; action: { id: string; label: string; visible: boolean; active: boolean; }[]; entities: ({ xAxis: string; yAxis: string; label: string; color: string; showOnlyTooltip?: undefined; } | { xAxis: string; yAxis: string; label: string; color: string; showOnlyTooltip: boolean; })[]; redirectURI?: undefined; indicatorColor?: undefined; showDropdownFilter?: undefined; maxDataPoints?: undefined; graphOrientation?: undefined; } | { id: string; type: string; width: number; title: string; graphType: string; group: string; entities: ({ xAxis: string; yAxis: string; label: string; color: string; showOnlyTooltip?: undefined; } | { xAxis: string; yAxis: string; label: string; color: string; showOnlyTooltip: boolean; })[]; action: { id: string; label: string; visible: boolean; active: boolean; }[]; showDropdownFilter: boolean; redirectURI?: undefined; indicatorColor?: undefined; maxDataPoints?: undefined; graphOrientation?: undefined; })[]; export declare const counterWidget: { id: string; type: string; width: number; group: string; counters: { key: string; label: string; redirectURI: string; color: string; }[]; }[]; export declare const counterData: { widgetId: string; widgetType: string; width: number; count: number; data: { key: string; count: number; percentage: number; }[]; }[]; export declare const overviewWidget: { id: string; type: string; width: number; title: string; redirectURI: string; indicatorColor: string; group: string; }[]; export declare const overviewData: { widgetId: string; widgetType: string; count: number; changePercentage: number; timePeriod: string; }[]; export declare const detailedData: { widgetId: string; widgetType: string; count: number; data: { key: string; count: number; percentage: number; }[]; }[]; export declare const detailedWiget: { id: string; type: string; width: number; title: string; group: string; graphType: string; entities: { xAxis: string; yAxis: string; key: string; label: string; color: string; }[]; }[]; export declare const extraDataOverviewWidget: { id: string; type: string; width: number; title: string; redirectURI: string; indicatorColor: string; group: string; extraStatsType: string; entities: { xAxis: string; yAxis: string; subEntities: { key: string; label: string; color: string; }[]; }[]; counters: { key: string; label: string; }[]; }[]; export declare const extraDataOverview: { widgetId: string; widgetType: string; percentage: number; changePercentage: number; timePeriod: string; data: { key: string; count: number; percentage: number; }[]; }[];