export declare const FxVRosePieChart: import("../../../../utils/types").SFCWithInstall; default: () => any[]; }; legend: { type: import("vue").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: import("vue").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: import("../pie-chart").PieChartData[]; tooltip: Record; }, {}>> & Record; export default FxVRosePieChart;