import { type TemplateResult } from "lit"; import { AssetWidgetSettings } from "../util/or-asset-widget"; import type { KpiWidgetConfig } from "../widgets/kpi-widget"; import type { AttributesSelectEvent } from "../panels/attributes-panel"; import { type OrInputChangedEvent } from "@openremote/or-mwc-components/or-mwc-input"; export declare class KpiSettings extends AssetWidgetSettings { protected widgetConfig: KpiWidgetConfig; static get styles(): import("lit").CSSResult[]; protected render(): TemplateResult; protected onAttributesSelect(ev: AttributesSelectEvent): void; protected onTimeframeSelect(ev: Event): void; protected onTimeframeToggle(ev: OrInputChangedEvent): void; protected onDeltaFormatSelect(ev: Event): void; protected onDecimalsChange(ev: Event): void; } //# sourceMappingURL=kpi-settings.d.ts.map