interface IStepContainerProps { padding?: string | number; } interface IRowProps { minHeight: string | number; fullWidth?: boolean; } interface IContainerProps { fullWidth?: boolean; margin?: string | number; } interface IColumnProps { justifyContent: string | number; } export declare const Container: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StepCardRow: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IRowProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StepContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IStepContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StepCardColumn: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IColumnProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ListItemContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLLIElement>, {}>; export declare const TitleContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const NormalProgressContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const NormalProgressContent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};