import type { ITooltipShapeActual } from '../../../../typings'; export declare function getSvgHtml(option: ITooltipShapeActual | undefined, gradientId?: string): string;