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