import type { Fill, FillData } from './Fill.js'; import { Context } from '../context/context.js'; import type { Pattern } from '../nodes/pattern.js'; import type { GraphicsNode } from '../nodes/graphicsnode.js'; export declare class PatternFill implements Fill { private readonly key; private readonly pattern; constructor(key: string, pattern: Pattern); getFillData(forNode: GraphicsNode, context: Context): Promise; } //# sourceMappingURL=PatternFill.d.ts.map