declare const usMap: { title: string; version: string; type: string; copyright: string; copyrightShort: string; copyrightUrl: string; crs: { type: string; properties: { name: string; }; }; 'hc-transform': { default: { crs: string; scale: number; jsonres: number; jsonmarginX: number; jsonmarginY: number; xoffset: number; yoffset: number; }; 'us-all-hawaii': { xpan: number; ypan: number; hitZone: { type: string; coordinates: number[][][]; }; crs: string; scale: number; jsonres: number; jsonmarginX: number; jsonmarginY: number; xoffset: number; yoffset: number; }; 'us-all-alaska': { rotation: number; xpan: number; ypan: number; hitZone: { type: string; coordinates: number[][][]; }; crs: string; scale: number; jsonres: number; jsonmarginX: number; jsonmarginY: number; xoffset: number; yoffset: number; }; }; features: ({ type: string; id: string; properties: { 'hc-group': string; 'hc-middle-x': number; 'hc-middle-y': number; 'hc-key': string; 'hc-a2': string; labelrank: string; hasc: string; 'woe-id': string; 'state-fips': string; fips: string; 'postal-code': string; name: string; country: string; region: string; longitude: string; 'woe-name': string; latitude: string; 'woe-label': string; type: string; }; geometry: { type: string; coordinates: number[][][][]; }; } | { type: string; id: string; properties: { 'hc-group': string; 'hc-middle-x': number; 'hc-middle-y': number; 'hc-key': string; 'hc-a2': string; labelrank: string; hasc: string; 'woe-id': string; 'state-fips': string; fips: string; 'postal-code': string; name: string; country: string; region: string; longitude: string; 'woe-name': string; latitude: string; 'woe-label': string; type: string; }; geometry: { type: string; coordinates: number[][][]; }; } | { type: string; properties: { 'hc-group': string; 'hc-middle-x'?: undefined; 'hc-middle-y'?: undefined; 'hc-key'?: undefined; 'hc-a2'?: undefined; labelrank?: undefined; hasc?: undefined; 'woe-id'?: undefined; 'state-fips'?: undefined; fips?: undefined; 'postal-code'?: undefined; name?: undefined; country?: undefined; region?: undefined; longitude?: undefined; 'woe-name'?: undefined; latitude?: undefined; 'woe-label'?: undefined; type?: undefined; }; geometry: { type: string; coordinates: number[][][]; }; id?: undefined; })[]; }; export default usMap;