import type { LegendBarModel } from './types.ts'; declare const MultiVariantLegendBar: (props: { model: LegendBarModel; orientation?: string; exportSVG?: boolean; }) => import("react/jsx-runtime").JSX.Element | null; export default MultiVariantLegendBar;