import type { IconName } from "./types"; /** Pick the globe icon whose projection center is closest to the given longitude. */ export declare const longitudeToGlobeIcon: (longitude: number) => IconName;