import { PropType } from "vue"; import { PollGraphData } from "./types"; declare const _sfc_main: import("vue").DefineComponent<{ isColorFixed: { type: BooleanConstructor; required: false; }; rowCount: { type: NumberConstructor; required: false; default: number; }; data: { type: PropType; required: true; }; labelWidth: { type: StringConstructor; required: false; default: string; }; }, { __sfc: boolean; pollWrapperRef: import("vue").Ref; pollWrapperHeight: import("vue").Ref; updatePollWrapperHeight: () => void; PollGraphWrapperStyle: string; PollGraphDividerStyle: string; DIVIDER_WIDTH: string; Row: 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; }; }>>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: true; }; labelWidth: { type: StringConstructor; required: false; default: string; }; }>>, { isColorFixed: boolean; rowCount: number; labelWidth: string; }>; export default _sfc_main;