import { CanvasTool } from "../../../../shared"; export type HTMLAndSVGElement = HTMLElement & SVGElement; export interface ToolData { tool: CanvasTool; icon?: string; iconDefault: string; selectionLevel: number; }