///
import type { Trend } from '@shopify/polaris-viz-core';
export interface ComparisonMetricProps {
metric?: string;
trend: Trend;
accessibilityLabel: string;
dataIndex?: number;
}
export declare function ComparisonMetric({ metric, trend, accessibilityLabel, }: Omit): JSX.Element;
//# sourceMappingURL=ComparisonMetric.d.ts.map