import type { CSSRGB, Pattern } from '@antv/g-lite'; import { DisplayObject, CSSGradientValue } from '@antv/g-lite'; import { SVGRendererPlugin } from '../../SVGRendererPlugin'; export declare const PATTERN_PREFIX = "g-pattern-"; export declare function resetPatternCounter(): void; export declare function createOrUpdateGradientAndPattern(document: Document, $def: SVGDefsElement, object: DisplayObject, $el: SVGElement, parsedColor: CSSGradientValue[] | CSSRGB | Pattern, name: string, createImage: () => HTMLImageElement, plugin: SVGRendererPlugin): string; //# sourceMappingURL=Pattern.d.ts.map