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