import { BaseDisplayProps } from '../shared/types.js'; /** * Displays the passed series as stacked bar chart. */ export declare const BarChartDisplay: { ({ xScale }: BaseDisplayProps): import("react/jsx-runtime.js").JSX.Element; displayName: string; };