import type { IParticle, IShapeDrawer } from "tsparticles-engine"; export declare class LineDrawer implements IShapeDrawer { draw(context: CanvasRenderingContext2D, particle: IParticle, radius: number): void; getSidesCount(): number; }