import type { ThresholdBarProps } from './types.js'; export declare const ThresholdBarTemplate: { (props: ThresholdBarProps): import("react/jsx-runtime").JSX.Element; displayName: string; };