import { StepperProps } from "../Stepper.interface"; export declare const stepsMock: { id: string; stepTitle: string; stepDescription: string; stepButtonProps: { "aria-label": string; }; }[]; export declare const VerticalStepperTest: ({ activeStep, ...props }: StepperProps) => import("react/jsx-runtime").JSX.Element; export declare const HorizontalStepperTest: ({ activeStep, ...props }: StepperProps) => import("react/jsx-runtime").JSX.Element;