import React, { PropsWithChildren } from "react"; import { FormikStepProps } from "./types"; export declare const FormikStep: React.FC>; export default FormikStep;