import React from "react"; export type LegendItem = { label: string; color: string; }; interface ParticipationLegendProps { items?: LegendItem[]; } declare const _default: React.NamedExoticComponent; export default _default;