export declare const FxVPieChart: import("../../../../utils/types").SFCWithInstall; default: () => any[]; }; height: { type: StringConstructor; default: string; }; radius: { type: import("vue").PropType; default: () => string[]; }; legend: { type: import("vue").PropType<{ gap: string; }>; default: () => { gapX: string; gapY: string; }; }; title: { type: StringConstructor; default: string; }; fullTitle: { type: ObjectConstructor; default: () => {}; }; 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[]; }; height: { type: StringConstructor; default: string; }; radius: { type: import("vue").PropType; default: () => string[]; }; legend: { type: import("vue").PropType<{ gap: string; }>; default: () => { gapX: string; gapY: string; }; }; title: { type: StringConstructor; default: string; }; fullTitle: { type: ObjectConstructor; default: () => {}; }; showLabel: { type: BooleanConstructor; default: boolean; }; tooltip: { type: ObjectConstructor; default: () => {}; }; }>>, { height: string; radius: string[]; title: string; showLabel: boolean; legend: { gap: string; }; chartData: import("./src/types").PieChartData[]; tooltip: Record; fullTitle: Record; }, {}>> & Record; export default FxVPieChart; export * from './src/types';