import { RegistrationWorkflowContextProps } from './types';
import { RegistrationWorkflowContextProvider } from './provider';
/**
 * 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';
