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