import React from 'react';
import { RegistrationWorkflowProps } from './types.js';
/**
 * Component that contain the registration workflow and index of screens.
 *
 * @param {RegistrationWorkflowProps} props - props of RegistrationWorkflow component
 *
 * @category Component
 */
export declare const RegistrationWorkflow: React.FC<React.PropsWithChildren<RegistrationWorkflowProps>>;
