import type { PropType } from 'vue'; declare type DataType = string[]; declare const _default: import("vue").DefineComponent<{ data: { type: PropType; default: () => any[]; }; option: { type: ObjectConstructor; default: () => {}; }; colors: { type: PropType; default: () => any[]; }; }, { chartEle: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("instance-created" | "click-tag")[], "instance-created" | "click-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ data: DataType; option: Record; colors: string[]; } & {}>, { data: DataType; option: Record; colors: string[]; }>; export default _default;