export { Legend } from './Legend'; export { LegendItem } from './components'; export type { LegendProps } from './Legend'; export { estimateLegendItemWidth } from './utilities/estimateLegendItemWidth'; export type { LegendItemDimension } from './components'; //# sourceMappingURL=index.d.ts.map