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