import * as React from "react";
import { StepProps } from "./types";
export declare const Step1: React.FC<StepProps>;
