import { USAStateAbbreviation } from '../types/index'; /** * Optimized centroid coordinates for each state in the SVG coordinate system * These positions are adjusted to minimize overlap and improve readability */ declare const StateCentroids: Record; export { StateCentroids };