import { Scale } from "../../common/CartesianChart/util"; import * as defaultComponents from "./components/default"; import type { Custom, Dependencies } from "./types"; import CartesianChartContextRootWidget from "../../common/CartesianChart/CartesianChartContextRootWidget"; export declare class StackedBarChart 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; }) => StackedBarChart; export default _default; export { defaultComponents as DefaultComponents };