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