import type { IShapeDrawData, IShapeDrawer } from "@tsparticles/engine"; import type { MatrixParticle } from "./MatrixParticle.js"; export declare class MatrixDrawer implements IShapeDrawer { draw(data: IShapeDrawData): void; }