export declare const StepperOrientation: { readonly horizontal: "horizontal"; readonly vertical: "vertical"; }; export type StepperOrientation = (typeof StepperOrientation)[keyof typeof StepperOrientation];