import type { KPIDetails } from '@c8y/ngx-components/datapoint-selector';
export type LinearGaugeWidgetConfig = {
    datapoints: KPIDetails[];
    fractionSize: number;
    orientation?: 'horizontal' | 'vertical' | null;
};
//# sourceMappingURL=linear-gauge.model.d.ts.map