import { type Engine } from "@tsparticles/engine"; export declare function loadExternalTrailInteraction(engine: Engine): Promise; export * from "./Options/Classes/Trail.js"; export type * from "./Options/Interfaces/ITrail.js"; export type { ITrailColorWeight } from "./Options/Interfaces/ITrailColorWeight.js"; export type { ITrailColorCoords } from "./Options/Interfaces/ITrailColorCoords.js"; export type { ITrailColorComponent } from "./Options/Interfaces/ITrailColorComponent.js";