declare const StyledStepFlow: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledStepContent: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledStepContentText: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledTitleFocusWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledStepLabelAndProgress: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledProgressIndicatorBar: import("styled-components").StyledComponent<"div", any, {}, never>; interface StyledProgressIndicatorProps { isCompleted: boolean; isInProgress: boolean; } declare const StyledProgressIndicator: import("styled-components").StyledComponent<"span", any, StyledProgressIndicatorProps, never>; export { StyledStepFlow, StyledStepContent, StyledStepContentText, StyledTitleFocusWrapper, StyledStepLabelAndProgress, StyledProgressIndicatorBar, StyledProgressIndicator, };