export { ColorMappingDirective, ColorMappingsDirective } from './treemap/colormapping.directive'; export { LevelDirective, LevelsDirective } from './treemap/levels.directive'; export { TreeMapComponent } from './treemap/treemap.component'; export { TreeMapModule } from './treemap/treemap.module'; export { TreeMapAllModule, TreeMapTooltipService, TreeMapLegendService, TreeMapHighlightService, TreeMapSelectionService, PrintService, PdfExportService, ImageExportService } from './treemap/treemap-all.module'; export * from '@syncfusion/ej2-treemap';