interface StepIndicatorProps { currentStep: number; totalSteps: number; labels?: string[]; } /** * Step indicator for multi-step creation flow. * Uses DaisyUI steps component. */ export declare function StepIndicator({ currentStep, totalSteps, labels, }: StepIndicatorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=StepIndicator.d.ts.map