import React from 'react'; declare const useFormAuth: ({ initialStep, integrations, setStepKey, steps, client, _internalId }: { initialStep: string; integrations: null | Record; setStepKey: React.Dispatch>; steps: any; client: any; _internalId: string; }) => (nextStepCandidate?: any) => string; export default useFormAuth; //# sourceMappingURL=useFormAuth.d.ts.map