export declare function copySvgToClipboard(svgElement: SVGSVGElement): Promise<void>;
export declare function downloadSvgAsPng(svgElement: SVGSVGElement, filename?: string): Promise<void>;
