import type { D3Selection } from '../../../types.js'; export declare function insertPolygonShape(parent: D3Selection, w: number, h: number, points: { x: number; y: number; }[]): import("d3-selection").Selection;