import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ isColorFixed: { type: PropType; required: false; }; barPercentage: { type: PropType; required: false; }; label: { type: PropType; required: false; }; innerLabel: { type: PropType; required: false; }; labelWidth: { type: StringConstructor; required: true; }; }, { __sfc: boolean; PollRowStyle: string; PollStyle: string; PollLabelStyle: string; Bar: 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; }; }>>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; barPercentage: { type: PropType; required: false; }; label: { type: PropType; required: false; }; innerLabel: { type: PropType; required: false; }; labelWidth: { type: StringConstructor; required: true; }; }>>, {}>; export default _sfc_main;