export declare const getSvgFromDrawnStructures: (canvas: SVGSVGElement, type: 'preview' | 'file', margin?: number) => string | undefined;
