///
type Step = {
label: string;
value: string | number;
};
interface Props {
steps: Array;
value: string | number;
ariaLabel?: string;
}
export declare const ProgressBar: import("react").MemoExoticComponent>>;
export {};
//# sourceMappingURL=index.d.ts.map