export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; interface ProgressStepProps { complete: boolean; active: boolean; } export declare const ProgressStep: import("styled-components").StyledComponent<"div", any, ProgressStepProps, never>; interface LineProps { appearance?: string; } export declare const Line: import("styled-components").StyledComponent<"span", any, LineProps, never>; export {};