import { type Container, type IShapeDrawData, type IShapeDrawer } from "@tsparticles/engine"; import type { CardParticle } from "../CardParticle.js"; export declare class CardDrawer implements IShapeDrawer { #private; constructor(container: Container); draw(data: IShapeDrawData): void; particleInit(_container: Container, particle: CardParticle): void; }