import { type LegendType } from '../types/xy-chart-internals.js'; export declare function getLegendType(value: number | string): LegendType | undefined;