import { default as React, JSXElementConstructor, FC } from 'react'; import { QuestionProps, QuestionType } from './types.js'; export declare function getChildrenOfType
(...allowedTypes: Array >[] | null | undefined;
export declare const getQuestionFromType: (type: QuestionType) => FC