export type BulletChartDatum = { label: string; value: number; target: number; ranges?: number[]; }; export type BulletChartProps = { data: BulletChartDatum[]; label: string; orientation?: "horizontal" | "vertical"; width?: number; height?: number; class?: string; }; export declare const BulletChart: import("vue").DefineComponent BulletChartDatum[]; default: () => never[]; }; label: { type: StringConstructor; required: true; }; orientation: { type: () => "horizontal" | "vertical"; default: string; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly BulletChartDatum[]; default: () => never[]; }; label: { type: StringConstructor; required: true; }; orientation: { type: () => "horizontal" | "vertical"; default: string; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; data: BulletChartDatum[]; height: number; width: number; orientation: "vertical" | "horizontal"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=BulletChart.d.ts.map