import type { Source } from '../types.ts'; declare const MultiVariantColorLegend: ({ model, labelWidth, }: { model: { canDisplayLabels: boolean; rowHeight: number; sources?: Source[]; }; labelWidth: number; }) => import("react/jsx-runtime").JSX.Element | null; export default MultiVariantColorLegend;