///
export interface Props {
active: boolean;
hide: boolean;
small: boolean;
}
export declare const Step: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Props>>;
interface LargeStepProps {
active: boolean;
lastStep: boolean;
}
export declare const LargeStep: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, LargeStepProps>>;
export {};