import { type PropType, type VNode } from "vue"; import { type ForceGraphLegendEntry } from "./ForceGraph.js"; export type { ForceGraphLegendEntry, ForceGraphNodeShape, ForceGraphTone, } from "./ForceGraph.js"; export type GraphLegendProps = { entries: ForceGraphLegendEntry[]; /** Optional heading shown above entries. */ title?: string; class?: string; }; export declare const GraphLegend: import("vue").DefineComponent; required: true; }; title: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; title: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; title: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=GraphLegend.d.ts.map