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