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