import { type ProgressRopeProps } from './progress-rope.types.js'; export declare function ProgressRope({ 'aria-label': ariaLabel, role, className, tag: Tag, current, data, headingTag, ...props }: ProgressRopeProps): import("react/jsx-runtime").JSX.Element;