/// import { StepContext, StepStatusType } from "./step-context"; type MaybeRenderProp = React.ReactNode | ((props: StepContext) => React.ReactNode); export interface StepStatusProps extends Partial> { } export declare function StepStatus(props: StepStatusProps): import("react/jsx-runtime").JSX.Element | null; export {};