export declare const FxVScrollingListChart: import("../../../../utils/types").SFCWithInstall>; default: () => { margin: string; height: string; lineHeight: string; }; }; barStyle: { type: import("vue").PropType<{ width: string; color: string; backgroundColor: string; }>; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; width: 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; }; }, { maxVal: import("vue").ComputedRef; isStack: import("vue").ComputedRef; getLabelStyle: (charItem: import("./src/types").ScrollingListChartData) => { fontSize: string; color: string; width: string; }; getValueStyle: (charItem: import("./src/types").ScrollingListChartData) => { fontSize: string; color: string; left: string; }; getBarItemTotal: (charItem: import("./src/types").ScrollingListChartData) => number | import("./src/types").ScrollingListChartData[]; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; default: () => { margin: string; height: string; lineHeight: string; }; }; barStyle: { type: import("vue").PropType<{ width: string; color: string; backgroundColor: string; }>; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: import("vue").PropType>; default: () => { fontSize: string; color: string; width: 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; }; }>>, { chartData: import("./src/types").ScrollingListChartData[]; barStyle: { width: string; color: string; backgroundColor: string; }; labelStyle: { fontSize: string; color: string; width: string; }; valueStyle: { fontSize: string; color: string; }; labelFormatter: (label: string) => string; valueFormatter: (value: number) => string; itemStyle: { margin: string; height: string; lineHeight: string; }; }, {}>> & Record; export default FxVScrollingListChart; export * from './src/types';