import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ isColorFixed: { type: PropType; required: false; }; barPercentage: { type: PropType; required: true; }; innerLabel: { type: PropType; required: false; }; }, { __sfc: boolean; props: Readonly>>; pollRef: import("vue").Ref; barRef: import("vue").Ref; innerLabelRef: import("vue").Ref; barColor: import("vue").ComputedRef<"green.700" | "blue.700" | "yellow.700" | "red.700">; updateBarWidth: () => 0 | undefined; PollGraphStyle: string; PollBodyStyle: string; PollGraphInnerLabelStyle: string; backgroundStyle: Record; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; barPercentage: { type: PropType; required: true; }; innerLabel: { type: PropType; required: false; }; }>>, {}>; export default _sfc_main;