import { LitElement } from 'lit'; export declare class BurnishMetric extends LitElement { static properties: { label: { type: StringConstructor; }; value: { type: StringConstructor; }; unit: { type: StringConstructor; }; trend: { type: StringConstructor; }; }; static styles: import("lit").CSSResult; label: string; value: string; unit: string; trend: string; private _trendIcon; render(): import("lit").TemplateResult<1>; } //# sourceMappingURL=metric.d.ts.map