import type { ShapeStyleDefaults } from "@trackunit/react-map-adapter-shared"; /** * Default visual styles for each shape type. * * These are a map consumer concern — injected into the adapter via * `createMapComponent` so adapters remain style-agnostic. */ export declare const SHAPE_STYLE_DEFAULTS: ShapeStyleDefaults;