export { default as Legend } from './Legend.tsx'; export { LEGEND_STYLES } from './styles/Legend.css.ts'; export type { LegendProps } from './types/Legend.props.ts';