/** * Chart-level wrapper that mounts the HTML bar labels for every bar series * with `hasLabels === true`. Rendered as a sibling of the canvas plot inside * `` because HTML cannot live inside `` — see * `./BarDisplay.tsx` for the canvas-paint counterpart. */ export declare function BarLabelLayout(): import("react").JSX.Element | null; export declare namespace BarLabelLayout { var displayName: string; } //# sourceMappingURL=BarLabelLayout.d.ts.map