import type { Tooltip } from '../shared/Tooltip'; export declare class SaveSVG { element: HTMLElement & { tooltip: Tooltip; }; constructor(); static style: string; }