export default function get_tooltip_formatter(param: string | null): { show: boolean; formatter: string | undefined; };