export declare const FxVScrollingBarChart: import("../../../../utils/types").SFCWithInstall; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; }; }; valueStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; }; }; chartData: { type: import("vue").PropType; default: () => any[]; }; labelFormatter: { type: import("vue").PropType<(label: string) => string>; default: (label: string) => string; }; valueFormatter: { type: import("vue").PropType<(value: number) => string>; default: (value: number) => number; }; labelClick: { type: import("vue").PropType<(barItem: import("./src/types").ScrollingBarChartData) => void>; default: () => {}; }; }, { maxVal: import("vue").ComputedRef; isStack: import("vue").ComputedRef; getLabelStyle: (charItem: import("./src/types").ScrollingBarChartData) => { fontSize: string; color: string; }; getValueStyle: (charItem: import("./src/types").ScrollingBarChartData) => { fontSize: string; color: string; }; getBarItemTotal: (charItem: import("./src/types").ScrollingBarChartData) => number | import("./src/types").ScrollingBarChartData[]; isEmptyFunction: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; }; }; valueStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; }; }; chartData: { type: import("vue").PropType; default: () => any[]; }; labelFormatter: { type: import("vue").PropType<(label: string) => string>; default: (label: string) => string; }; valueFormatter: { type: import("vue").PropType<(value: number) => string>; default: (value: number) => number; }; labelClick: { type: import("vue").PropType<(barItem: import("./src/types").ScrollingBarChartData) => void>; default: () => {}; }; }>>, { chartData: import("./src/types").ScrollingBarChartData[]; margin: string; barStyle: { width: string; color: string; backgroundColor: string; }; labelStyle: { fontSize: string; color: string; }; valueStyle: { fontSize: string; color: string; }; labelFormatter: (label: string) => string; valueFormatter: (value: number) => string; labelClick: (barItem: import("./src/types").ScrollingBarChartData) => void; }, {}>> & Record; export default FxVScrollingBarChart; export * from './src/types';