export default CopyShader;
declare function CopyShader(): {
    uniforms: {
        tDiffuse: {
            type: string;
            value: any;
        };
        opacity: {
            type: string;
            value: number;
        };
    };
    vertexShader: string;
    fragmentShader: string;
};
//# sourceMappingURL=CopyShader.d.ts.map