import { Svg } from "@svgdotjs/svg.js";
export declare const loadAndConvertToSvg: (imagePath: string) => Promise<Svg>;
