/** Aligned with Python `backends/svg.py` / `svgunits.py`. */
export declare const PT_PER_IN = 72;
export declare const LINE_WIDTH = 2;
export declare const PX_PER_PT: number;
