import type { BlendFunction } from "postprocessing"; export type DepthEffectProps = { blendFunction?: BlendFunction; inverted?: boolean; };