export default function findScaleType(scale: any): "other" | "symlog" | "log" | "sqrt" | "pow";