import { ProgressStepsProps } from '../../types'; /** * ProgressSteps - Multi-step progress indicator * * A step-by-step progress indicator for wizards, forms, and workflows. * * @example * ```tsx * * * * * ``` */ export declare const ProgressSteps: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=ProgressSteps.d.ts.map