import { StepIndicatorProps } from './types';
export declare function StepIndicator({ currentStep, totalSteps, completedSteps, titles, onStepClick }: StepIndicatorProps): import("react/jsx-runtime").JSX.Element;
