import type { IShapeDrawData } from "@tsparticles/engine";
export declare function drawLine(data: IShapeDrawData): void;
