import React from "react"; import { FormikStepperProps } from "./types"; export declare const FormikStepper: React.FC; export default FormikStepper;