import type { QuestionnaireItem } from 'fhir/r4'; export declare function getItemTextToDisplay(qItem: QuestionnaireItem): string | null; /** True if the item has text, prefix, or rendering extensions that can produce a visible label (e.g. group heading). */ export declare function itemHasLabelHeadingContent(qItem: QuestionnaireItem): boolean;