import type { Orientation } from '../../../../../core/types/orientation.js'; import type { LegendRatio } from '../../../types/legend.js'; import type { ChartLayoutLegendSizes } from '../types/chart-layout.js'; export declare const calculateLegendSize: (orientation: Orientation, containerWidth: number, containerHeight: number, ratio: LegendRatio, ratioBoundaries: ChartLayoutLegendSizes, candidateSizes?: number) => import("../../../types/dimensions.js").Dimensions;