import { Context } from '../context/context.js'; import { NonRenderedNode } from './nonrenderednode.js'; import { type Rect } from '../utils/geometry.js'; export declare class ClipPath extends NonRenderedNode { apply(context: Context): Promise; protected getBoundingBoxCore(context: Context): Rect; isVisible(parentVisible: boolean, context: Context): boolean; private getClipRuleAttr; } //# sourceMappingURL=clippath.d.ts.map