import { AbstractRendererPlugin, Shape } from '@antv/g-lite'; import type { PathGenerator } from '@antv/g-plugin-canvas-path-generator'; import { type StyleRenderer } from './shapes/styles'; import type { CanvasRendererPluginOptions } from './interfaces'; export * from './shapes/styles'; export declare class Plugin extends AbstractRendererPlugin<{ defaultStyleRendererFactory: Record; styleRendererFactory: Record; pathGeneratorFactory: Record>; }> { private options; name: string; constructor(options?: Partial); init(): void; destroy(): void; } //# sourceMappingURL=index.d.ts.map