import type { BlendFunction } from "postprocessing"; export type SepiaEffectProps = { blendFunction?: BlendFunction; intensity?: number; };