import { StepSequenceProps } from "./step-sequence.component"; interface StyledStepSequenceProps { $orientation: StepSequenceProps["orientation"]; } declare const StyledStepSequence: import("styled-components").StyledComponent<"ol", any, { theme: object; } & StyledStepSequenceProps, "theme">; export default StyledStepSequence;