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