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