/// import type { TrendIndicator as TrendIndicatorType } from '@shopify/polaris-viz-core'; export interface TrendIndicatorProps extends TrendIndicatorType { tabIndex?: number; theme?: string; } export declare function TrendIndicator({ accessibilityLabel, direction, tabIndex, theme, trend, value, }: TrendIndicatorProps): JSX.Element; //# sourceMappingURL=TrendIndicator.d.ts.map