import { PointShape } from '@cosmos.gl/graph'; export declare const shapeNameToIndexMap: Record; /** Shapes used for unknown string categories (ordinal); excludes {@link PointShape.None}. */ export declare const ordinalShapeRange: (PointShape.Circle | PointShape.Square | PointShape.Triangle | PointShape.Diamond | PointShape.Pentagon | PointShape.Hexagon | PointShape.Star | PointShape.Cross)[]; export declare const ordinalShapeScale: import("d3-scale").ScaleOrdinal; export declare const toPointShapeIndex: (value: unknown) => number;