// module/health/components/card-report/card-report.ts Component({ options: { multipleSlots: true, }, properties: { dataset: { type: Object, value: {} }, }, data: {}, methods: {} })