import { HTMLChakraProps } from "../system"; export interface StepIndicatorProps extends HTMLChakraProps<"div"> { } export declare const StepIndicator: import("../system").ComponentWithAs<"div", StepIndicatorProps>; export declare function StepIndicatorContent(): import("react/jsx-runtime").JSX.Element;