export default function getInitialTooltipState(): { show_tooltip: boolean; disable_tooltip: boolean; in_bounds_tooltip: boolean; background_opacity: number; tooltip_type: any; border_width: number; on_canvas: boolean; permanent_tooltip: boolean; use_hzome: boolean; text: string; enabledTooltips: string[]; };