import React from 'react'; import type { QuestionnaireItem } from 'fhir/r4'; interface ItemTextSwitcherProps { qItem: QuestionnaireItem; } declare const ItemTextSwitcher: React.NamedExoticComponent; export default ItemTextSwitcher;