import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
interface StepTitleProps extends HTMLUIProps {
}
declare const StepTitle: _yamada_ui_core.Component<"h3", StepTitleProps>;
export { StepTitle, type StepTitleProps };