import type { DotScreenEffectProps } from "./types"; import type { EffectProps } from "../../types"; import { DotScreenEffect } from "postprocessing"; declare const DotScreenEffect: import("svelte").Component, {}, "">; type DotScreenEffect = ReturnType; export default DotScreenEffect;