// components/TaxHealthReport/index.ts export { default as TaxHealthReport } from './TaxHealthReport.vue'; export type * from './TaxHealthReport.type'; export { defaultReportData } from './TaxHealthReport.type';