import type { Context } from '../context/context.js'; import type { ClipPath } from '../nodes/clippath.js'; import type { SvgNode } from '../nodes/svgnode.js'; export declare function getClipPathNode(clipPathAttr: string, targetNode: SvgNode, context: Context): ClipPath | undefined; export declare function applyClipPath(targetNode: SvgNode, clipPathNode: ClipPath, context: Context): Promise; //# sourceMappingURL=applyclippath.d.ts.map