declare const _default: "{{# each member.choiceTypes }}\n{{# if this.systemType }}\n{{ ../variableName}}{{ trimInterfaceName this.normalizedName}}?: {{ getTypeScriptPrimitive this.normalizedName }};\n{{ else }}\n{{ ../variableName}}{{ trimInterfaceName this.normalizedName}}?: {{ this.normalizedName }};\n{{# if this.primitive }}\n_{{ ../variableName}}{{ trimInterfaceName this.normalizedName}}?: IElement;\n{{/ if }}\n{{/ if }}\n{{# unless @last }}\n\n{{/ unless }}\n{{ else }}\n{{# if this.dataType.systemType }}\n{{ member.variableName}}?: {{ getTypeScriptPrimitive member.dataType.normalizedName }};\n{{ else }}\n{{ member.variableName}}?: {{ member.dataType.normalizedName }};\n{{/ if }}\n{{/ each ~}}"; export default _default; //# sourceMappingURL=interfaceChoiceTypeTemplate.d.ts.map