import { scaleLinear, scaleTime, scaleBand } from 'd3'; export declare const useScaleMap: (code: string) => typeof scaleLinear | typeof scaleTime | typeof scaleBand;