import type { LegendBarModel } from './types.ts'; declare const MultiVariantLegendBarWrapper: ({ children, model, exportSVG, }: { model: LegendBarModel; children: React.ReactNode; exportSVG?: boolean; }) => import("react/jsx-runtime").JSX.Element; export default MultiVariantLegendBarWrapper;