import type { LegendItem } from './components/FloatingLegend.tsx';
export declare function calculateSvgLegendWidth(items: LegendItem[]): number;
