import type { Step } from '../../stepper/Stepper'; export interface AnimatedLabelProps { activeLabel: number; className?: string; steps: readonly Step[]; } declare const AnimatedLabel: ({ activeLabel, className, steps }: AnimatedLabelProps) => import("react").JSX.Element; export default AnimatedLabel; //# sourceMappingURL=AnimatedLabel.d.ts.map