import { Uniform } from 'three'; export const RGBShiftShader: { uniforms: { tDiffuse: Uniform; amount: Uniform; angle: Uniform; }; vertexShader: string; fragmentShader: string; };