import { XY } from '../Math/XY.js'; export declare class PaperMargin { left: number; bottom: number; right: number; top: number; get bottomLeftCorner(): XY; get topCorner(): XY; constructor(left?: number, bottom?: number, right?: number, top?: number); } //# sourceMappingURL=PaperMargin.d.ts.map