/** * Registers the custom point-shape marker symbols (star, pentagon, cross, plus, hexagon, octagon, * arrow and the extra triangle orientations) on the Highcharts SVG renderer. * * @remarks * Highcharts only knows five built-in marker symbols; every other documented point shape would * otherwise silently fall back to "circle". Each shape is drawn from the shared normalized polygon * geometry so chart markers stay in sync with the legend icons. */ export declare function registerPointShapeSymbols(Highcharts: any): void; //# sourceMappingURL=pointShapeSymbols.d.ts.map