import type { MinMax } from '../../../../../charts/core/types/min-max.js'; export declare const useMinMaxFromConfig: (id?: string) => MinMax;