import type { StreamgraphChartProps as StreamgraphChartPropsPreact } from '@sisense/sdk-ui-preact';
import type { PropType } from 'vue';
/**
* Props of the {@link @sisense/sdk-ui-vue!StreamgraphChart | `StreamgraphChart`} component.
*/
export interface StreamgraphChartProps extends StreamgraphChartPropsPreact {
}
/**
* A Vue component that displays a streamgraph chart.
*
* A streamgraph is a type of stacked area chart where areas are displaced around
* a central axis. It is particularly effective for displaying volume across
* different categories or over time with a relative scale that emphasizes
* overall patterns and trends.
*
* @example
* Here's how you can use the StreamgraphChart component in a Vue application:
* ```vue
*
*
*
*
*