import { type Engine } from "@tsparticles/engine"; export declare function loadLightInteraction(engine: Engine, refresh?: boolean): Promise; export * from "./Options/Classes/Light.js"; export * from "./Options/Classes/LightArea.js"; export * from "./Options/Classes/LightGradient.js"; export * from "./Options/Classes/LightShadow.js"; export * from "./Options/Interfaces/ILight.js"; export * from "./Options/Interfaces/ILightArea.js"; export * from "./Options/Interfaces/ILightGradient.js"; export * from "./Options/Interfaces/ILightShadow.js";