export declare type StepperActionType = "decrease" | "increase"; export declare type StepperShape = "square" | "rounded" | "circular" | "round";