import type { SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
import type { PropType } from 'vue';
/**
* Props of the {@link @sisense/sdk-ui-vue!SunburstChart | `SunburstChart`} component.
*/
export interface SunburstChartProps extends SunburstChartPropsPreact {
}
/**
* A Vue component that wraps the SunburstChart Preact component for use in Vue applications.
* It maintains compatibility with Vue's reactivity system while preserving the functionality of the SunburstChart.
*
* @example
* Here's how you can use the SunburstChart component in a Vue application:
* ```vue
*
*
*
*