import type { AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/sdk-ui-preact';
import type { PropType } from 'vue';
/**
* Props of the {@link @sisense/sdk-ui-vue!AreaRangeChart | `AreaRangeChart`} component.
*/
export interface AreaRangeChartProps extends AreaRangeChartPropsPreact {
}
/**
* A Vue component that displays a range of data over a given time period
* or across multiple categories. It is particularly useful for visualizing
* the minimum and maximum values in a dataset, along with the area between these values.
*
* @example
* Here's how you can use the AreaRangeChart component in a Vue application:
* ```vue
*
*
*
*
*