import type { StringLike } from '../types/Base'; import type { DefaultThresholdInput, D3Scale } from '../types/Scale'; import type { ScaleType } from '../types/ScaleConfig'; export default function inferScaleType(scale: D3Scale): ScaleType; //# sourceMappingURL=inferScaleType.d.ts.map