import { Legend } from "../../types/topology/Legend"; import { SGraphItem } from "@persagy-web/graph/lib"; export declare class SNoneLegendItem extends SGraphItem { data: Legend; constructor(parent: SGraphItem | null, data: Legend); }