import type { BlendFunction } from "postprocessing"; export type FXAAEffectProps = { blendFunction?: BlendFunction; };