import { HTMLChakraProps } from "../system"; export interface StepDescriptionProps extends HTMLChakraProps<"p"> { } export declare const StepDescription: import("../system").ComponentWithAs<"p", StepDescriptionProps>;