import { type IShapeDrawData } from "@tsparticles/engine"; import type { RibbonParticle } from "./RibbonParticle.js"; export declare function setRibbonBounds(particle: RibbonParticle, width: number, height: number): void; export declare function createRibbonState(particle: RibbonParticle): void; export declare function updateRibbon(data: IShapeDrawData): void; export declare function drawRibbon(data: IShapeDrawData, hdr: boolean): void;