import { IUniform } from "@easytwin/three"; export const VignetteShader: { uniforms: { tDiffuse: IUniform; offset: IUniform; darkness: IUniform; }; vertexShader: string; fragmentShader: string; };