interface MeterBarIndicatorProps { position: number; } export declare const MeterBarChartThresholdIndicator: ({ position, }: MeterBarIndicatorProps) => import("react/jsx-runtime").JSX.Element; export {};