import { KPIDetails } from '@c8y/ngx-components/datapoint-selector';
import { SupportedIconsSuggestions } from '@c8y/ngx-components/icon-selector/icons';
export interface KpiWidgetConfig {
    datapoints: KPIDetails[];
    icon?: SupportedIconsSuggestions | null;
    showTimestamp?: boolean | null;
    showTrend?: boolean | null;
    showIcon?: boolean | null;
    numberOfDecimalPlaces?: number | null;
    fontSize?: number | null;
}
//# sourceMappingURL=kpi-widget.model.d.ts.map