import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite'; import { ImagePool } from './ImagePool'; export declare class LoadImagePlugin implements RenderingPlugin { static tag: string; apply(context: RenderingPluginContext & { imagePool: ImagePool; }): void; } //# sourceMappingURL=LoadImagePlugin.d.ts.map