import { type DeepReadonly, type IKdaDefinition } from "../../types.js"; interface IMetricBarProps { definition: DeepReadonly; } export declare function MetricBar(props: IMetricBarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MetricBar.d.ts.map