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