import { SpaceProps } from "styled-system"; import { StepSequenceProps } from "./step-sequence.component"; declare const StyledStepSequence: import("styled-components").StyledComponent<"ol", any, { theme: object; } & Pick & SpaceProps>, string | number | symbol>, "theme">; export default StyledStepSequence;