/** @module Survey-Taking Index */ import { ChoiceDef, ChoiceGroupDef, FormChoiceDef, StatementDef, StatementGroupDef } from '../../survey-taking-shared/src/types/questions'; import SurveyTakingQuestionClient, { ClientOptions } from './survey-taking-question-client'; import { PluginStateDataDef } from '../../survey-taking-shared/src'; export { SurveyTakingQuestionClient, }; export type { ChoiceDef as Choice, ChoiceGroupDef as ChoiceGroup, StatementDef as Statement, StatementGroupDef as StatementGroup, FormChoiceDef as FormChoice, ClientOptions, PluginStateDataDef, }; //# sourceMappingURL=index.d.ts.map