import { PropType } from 'vue'; import type { PieChartData } from '../../pie-chart/src/types'; declare const _default: import("vue").DefineComponent<{ chartData: { type: PropType; default: () => any[]; }; legend: { type: PropType<{ gap: string; }>; default: () => { gap: string; }; }; height: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; showLabel: { type: BooleanConstructor; default: boolean; }; tooltip: { type: ObjectConstructor; default: () => {}; }; }, { chartContainer: import("vue").Ref; isHides: import("vue").Ref; isHighlights: import("vue").Ref; hideSerie: (idx: number) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => any[]; }; legend: { type: PropType<{ gap: string; }>; default: () => { gap: string; }; }; height: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; showLabel: { type: BooleanConstructor; default: boolean; }; tooltip: { type: ObjectConstructor; default: () => {}; }; }>>, { height: string; title: string; showLabel: boolean; legend: { gap: string; }; chartData: PieChartData[]; tooltip: Record; }, {}>; export default _default;