import type { CharacterWidths } from '@shopify/polaris-viz-core'; export declare function estimateLegendItemWidth(text: string, characterWidths: CharacterWidths): number; //# sourceMappingURL=estimateLegendItemWidth.d.ts.map