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