import { Context } from '../context/context.js'; import { Path } from '../utils/path.js'; import { GeometryNode } from './geometrynode.js'; import { SvgNode } from './svgnode.js'; import { Matrix } from '../jspdf.js'; export declare class PathNode extends GeometryNode { constructor(node: Element, children: SvgNode[]); protected computeNodeTransformCore(context: Context): Matrix; isVisible(parentVisible: boolean, context: Context): boolean; protected getPath(context: Context): Path | null; } //# sourceMappingURL=path.d.ts.map