import type { SVG } from '../diagram-api/types.js'; export declare const setupViewPortForSVG: (svg: SVG, padding: number, cssDiagram: string, useMaxWidth: boolean) => void;