export type DumbbellChartTone = "category1" | "category2" | "category3" | "category4" | "category5" | "category6" | "category7" | "category8"; export type DumbbellChartDatum = { category: string; low: number; high: number; }; export type DumbbellChartProps = { data: DumbbellChartDatum[]; width?: number; height?: number; lowTone?: DumbbellChartTone; highTone?: DumbbellChartTone; lowLabel?: string; highLabel?: string; label: string; class?: string; }; export declare const DumbbellChart: import("vue").DefineComponent DumbbellChartDatum[]; default: () => never[]; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; lowTone: { type: () => DumbbellChartTone; default: string; }; highTone: { type: () => DumbbellChartTone; default: string; }; lowLabel: { type: StringConstructor; default: string; }; highLabel: { type: StringConstructor; default: string; }; label: { type: StringConstructor; required: true; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly DumbbellChartDatum[]; default: () => never[]; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; lowTone: { type: () => DumbbellChartTone; default: string; }; highTone: { type: () => DumbbellChartTone; default: string; }; lowLabel: { type: StringConstructor; default: string; }; highLabel: { type: StringConstructor; default: string; }; label: { type: StringConstructor; required: true; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; data: DumbbellChartDatum[]; height: number; width: number; lowTone: DumbbellChartTone; highTone: DumbbellChartTone; lowLabel: string; highLabel: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=DumbbellChart.d.ts.map