import React from "react"; import type { StockIndicatorProps } from "../types"; export declare function StockIndicator({ stock, threshold, showExact, }: StockIndicatorProps): React.JSX.Element;