import type { FormatNumberOptions } from '../../../../../shared'; import type { TooltipLine } from '../../tooltip/types'; export declare const getFormatOptionsFromLine: (line?: Partial) => FormatNumberOptions | undefined;