import { type TemplateResult } from "lit"; import { type AttributeAction, AttributesPanel } from "./attributes-panel"; import type { Asset, AttributeRef } from "@openremote/model"; export declare class AttributesChartPanel extends AttributesPanel { static get styles(): import("lit").CSSResult[]; protected _getAttributeActionsTemplate(asset: Asset, attributeRef: AttributeRef): TemplateResult; protected _getAttributeActionTemplate(action: AttributeAction, asset: Asset, attributeRef: AttributeRef): TemplateResult; } //# sourceMappingURL=attributes-chart-panel.d.ts.map