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