import React from "react"; import type { SegmentedProgressBarProps } from "./-types"; export type { SegmentedProgressBarProps }; export declare function SegmentedProgressBar({ maxValue, values, weight, squareCorners, getTooltipText, tooltipProps, privateProps: { monochrome }, "data-e2e-test-id": dataE2eTestId, id, ...ariaAttributes }: SegmentedProgressBarProps): React.ReactElement;