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