import { IUniform } from "@easytwin/three"; export const VerticalTiltShiftShader: { name: string; uniforms: { tDiffuse: IUniform; v: IUniform; r: IUniform; }; vertexShader: string; fragmentShader: string; };