/** * Main component of the form-rendering engine. * Renders the Questionnaire and QuestionnaireResponse defined in the state management stores QuestionnaireStore and QuestionnaireResponseStore respectively. * Use buildForm() in your wrapping component or in an event handler to initialise the form. * * @author Sean Fong */ declare function BaseRenderer(): import("react/jsx-runtime").JSX.Element; export default BaseRenderer;