import { PropType } from "vue"; import { CircleGraphData } from "./types"; declare const _sfc_main: import("vue").DefineComponent<{ otherLabel: { type: StringConstructor; required: false; default: string; }; data: { type: PropType; required: true; }; }, { __sfc: boolean; CircleGraphStyle: string; CircleGraphLabelStyle: string; CircleGraphLabelContainerStyle: string; CircleGraphLabelItemStyle: string; CircleGraphLabelIconStyle: string; GRAPH_COLORS: string[]; Bar: import("vue").DefineComponent<{ percentages: { type: PropType; required: true; }; }, { __sfc: boolean; props: Readonly>>; percentagesForDisplay: import("vue").ComputedRef<{ percentage: number; start: number; }[]>; CircleBarBgStyle: string; CircleBarContainerStyle: string; CircleBarSVGStyle: string; CircleBarPercentageStyle: string; CircleBarStyle: string; GRAPH_COLORS: string[]; STROKE_WIDTH: number; VIEW_BOX_SIZE: number; HALF_VIEW_BOX_SIZE: number; RADIUS: number; DIAMETER: number; MARGIN_OF_CIRCLE: number; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: true; }; }>>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: true; }; }>>, { otherLabel: string; }>; export default _sfc_main;