import { System } from '@lastolivegames/becsy'; import type { SerializedNode } from '../types/serialized-node'; import { API } from '..'; export declare class ExportSVG extends System { private readonly vectorScreenshotRequests; private setScreenshotTrigger; constructor(); execute(): void; } export declare function toSVGElement(api: API, nodes: SerializedNode[], padding?: number): Promise; export declare function drawLinesGrid($namespace: SVGElement, gridColor: string): void; export declare function drawDotsGrid($namespace: SVGElement, gridColor: string): void;