import { type Props as EchartProps } from '$src/lib/internal/shared/Echart'; import { type WrapperProps } from '$src/lib/internal/shared/ChartWrapper'; import { type CartesianChartProps } from '@latitude-data/client'; type Props = Omit & Omit & WrapperProps; declare function BarChart({ data, isLoading, error, x, y, title, description, bordered, sort, width, height, locale, animation, swapAxis, xTitle, yTitle, xFormat, yFormat, config, download, }: Props): import("react/jsx-runtime").JSX.Element; export { type Props }; export default BarChart; //# sourceMappingURL=BarChart.d.ts.map