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