import type { MinimalModel } from './types.ts';
declare const ColorLegend: ({ model, rowHeight, exportSVG, }: {
    model: MinimalModel;
    rowHeight: number;
    exportSVG?: boolean;
}) => import("react/jsx-runtime").JSX.Element | null;
export default ColorLegend;
