import { ItemGroupComponent } from 'survey-engine/data_types'; /** * Read text from sub components in a ItemGroupComponent. Each text is in content field, this pattern is used to handle i18n * K = UnionType of list of known text keys */ export declare const textsFromComponents: (group: ItemGroupComponent, roles: readonly K[], texts: Record, languageCode: string) => void;