/// <reference types="react" />
import { StepProps } from "./types";
export declare function Step<T>({ children }: StepProps<T>): JSX.Element;
