export type StreamgraphChartTone = "category1" | "category2" | "category3" | "category4" | "category5" | "category6" | "category7" | "category8"; export type StreamgraphChartSeriesValue = { label: string; value: number; tone?: StreamgraphChartTone; }; export type StreamgraphChartDatum = { category: string; values: StreamgraphChartSeriesValue[]; }; export type StreamgraphChartProps = { data: StreamgraphChartDatum[]; width?: number; height?: number; label: string; smooth?: boolean; showLegend?: boolean; class?: string; }; export declare const StreamgraphChart: import("vue").DefineComponent StreamgraphChartDatum[]; default: () => never[]; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; label: { type: StringConstructor; required: true; }; smooth: { type: BooleanConstructor; default: boolean; }; showLegend: { type: BooleanConstructor; default: boolean; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly StreamgraphChartDatum[]; default: () => never[]; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; label: { type: StringConstructor; required: true; }; smooth: { type: BooleanConstructor; default: boolean; }; showLegend: { type: BooleanConstructor; default: boolean; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; data: StreamgraphChartDatum[]; height: number; width: number; smooth: boolean; showLegend: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=StreamgraphChart.d.ts.map