import { GemElement } from '@mantou/gem/lib/element'; import type { StringList } from '../lib/types'; export declare class DuoyunMeterElement extends GemElement { #private; static label: string; static valueLabel: string; /**range: 0-100 */ value: number; max: number; min: number; color: StringList<'positive' | 'informative' | 'negative' | 'notice'>; layout: 'stack' | 'flat'; label: string; valueLabel: StringList<'percentage'>; calculateColor: () => string; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=meter.d.ts.map