import { HTMLChakraProps } from "../system"; export interface StepSeparatorProps extends HTMLChakraProps<"div"> { } export declare const StepSeparator: import("../system").ComponentWithAs<"div", StepSeparatorProps>;