export type StepperWrapper = { direction: 'row' | 'column'; hasBottom: boolean; width?: string; padding?: string; showLeftBorder?: boolean; }; export declare const StepperWrapper: import("styled-components").StyledComponent<"div", any, StepperWrapper & import("styled-components").ThemeProps, never>; export declare const Options: import("styled-components").StyledComponent<"div", any, { direction: 'row' | 'column'; }, never>; export declare const BaseOption: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const OptionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Option: import("styled-components").StyledComponent<"div", any, { isActive?: boolean; activeColor?: string; activeBgColor?: string; hoverBgColor?: string; }, never>; export declare const StepperAlertStyled: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StepperBottom: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StepperBottomOption: import("styled-components").StyledComponent<"div", any, { isActive?: boolean; activeColor?: string; activeBgColor?: string; hoverBgColor?: string; }, never>;