import type { MapToken } from '../../interface'; declare function genRadius(radiusBase: number): Pick; export default genRadius;