import { PropType } from 'vue'; import { ScrollingListChartData } from './types'; declare const _default: import("vue").DefineComponent<{ height: { type: StringConstructor; }; itemStyle: { type: PropType>; default: () => { margin: string; height: string; lineHeight: string; }; }; barStyle: { type: PropType<{ width: string; color: string; backgroundColor: string; }>; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: PropType>; default: () => { fontSize: string; color: string; width: string; }; }; valueStyle: { type: PropType>; default: () => { fontSize: string; color: string; }; }; chartData: { type: PropType; default: () => any[]; }; labelFormatter: { type: PropType<(label: string) => string>; default: (label: string) => string; }; valueFormatter: { type: PropType<(value: number) => string>; default: (value: number) => number; }; }, { maxVal: import("vue").ComputedRef; isStack: import("vue").ComputedRef; getLabelStyle: (charItem: ScrollingListChartData) => { fontSize: string; color: string; width: string; }; getValueStyle: (charItem: ScrollingListChartData) => { fontSize: string; color: string; left: string; }; getBarItemTotal: (charItem: ScrollingListChartData) => number | 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: PropType<{ width: string; color: string; backgroundColor: string; }>; default: () => { width: string; color: string; backgroundColor: string; }; }; labelStyle: { type: PropType>; default: () => { fontSize: string; color: string; width: string; }; }; valueStyle: { type: PropType>; default: () => { fontSize: string; color: string; }; }; chartData: { type: PropType; default: () => any[]; }; labelFormatter: { type: PropType<(label: string) => string>; default: (label: string) => string; }; valueFormatter: { type: PropType<(value: number) => string>; default: (value: number) => number; }; }>>, { chartData: 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; }; }, {}>; export default _default;