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