interface StyledStepperProps { $vertical?: boolean; $responsive?: boolean; } interface StyledStepProps { $active?: boolean; $completed?: boolean; $disabled?: boolean; $vertical?: boolean; } interface StyledStepIconProps { $active?: boolean; $completed?: boolean; $disabled?: boolean; } interface StyledStepLabelProps { $active?: boolean; $completed?: boolean; $disabled?: boolean; } interface StyledConnectorProps { $completed?: boolean; $vertical?: boolean; } interface StyledContentWrapperProps { $animation?: boolean; } export declare const StyledStepper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledStepperProps>> & string; export declare const StyledStepContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $vertical?: boolean; }>> & string; export declare const StyledStep: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledStepProps>> & string; export declare const StyledStepIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledStepIconProps>> & string; export declare const StyledStepLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, StyledStepLabelProps>> & string; export declare const StyledConnector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledConnectorProps>> & string; export declare const StyledContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledContentWrapperProps>> & string; export declare const StyledStepContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export {};