import type { TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-ui-preact';
import type { PropType } from 'vue';
/**
* Props of the {@link @sisense/sdk-ui-vue!TreemapChart | `TreemapChart`} component.
*/
export interface TreemapChartProps extends TreemapChartPropsPreact {
}
/**
* A Vue component displaying hierarchical data in the form of nested rectangles.
*
* This type of chart can be used instead of a column chart for comparing a large number of categories and sub-categories.
*
* @example
* Here's how you can use the TreemapChart component in a Vue application:
* ```vue
*
*
*
*