import { HTMLChakraProps } from "../system"; export interface StepTitleProps extends HTMLChakraProps<"h3"> { } export declare const StepTitle: import("../system").ComponentWithAs<"h3", StepTitleProps>;