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