import { RegistrationWorkflowContextProps } from './types.js'; import { RegistrationWorkflowContextProvider } from './provider.js'; /** * Hook to get the data of each registration workflow screen * * @category Hooks * @private * @internal */ export declare const useRegistrationWorkflowContext: () => RegistrationWorkflowContextProps; export type { RegistrationWorkflowContextProps }; export { RegistrationWorkflowContextProvider }; export * from './types.js';