export class MRTMaterial extends ShaderMaterial {
    constructor();
    normalMapType: 0;
    normalScale: Vector2;
}
import { ShaderMaterial } from "three";
import { Vector2 } from "three";
