export declare const StepperStepContainer: import("react").ForwardRefExoticComponent, HTMLDivElement>, "separator" | "status" | "direction" | "canInteract"> & { canInteract?: boolean | undefined; direction?: "horizontal" | "vertical" | undefined; separator?: "success" | "default" | "active" | "viewed" | undefined; status?: "success" | "default" | "active" | "viewed" | "completed" | "reviewed" | undefined; } & { as?: import("react").ElementType; }>;