import CartesianChartContextRootWidget from "../../common/CartesianChart/CartesianChartContextRootWidget"; import type { Custom, Dependencies } from "./types"; import * as defaultComponents from "./components/default"; import { Scale } from "../../common/CartesianChart/util"; export declare class BarChart extends CartesianChartContextRootWidget { get dependencies(): Dependencies; mergeWithDefaultCustom(custom: Partial): Custom; get scale(): Scale; } declare const _default: (props_0: { custom?: Partial; theme?: import("../../utils").DeepPartial; data: import("../../common/CartesianChart/types").Data; scale?: import("../../utils").DeepPartial; }) => BarChart; export default _default; export { defaultComponents as DefaultComponents };