import type { LegendBarModel } from './components/types.ts'; interface Model extends LegendBarModel { hierarchy: any; availableHeight: number; totalHeight: number; treeAreaWidth: number; } export declare function makeSidebarSvg(self: Model): Promise; export {};