import { ShaderMaterial } from 'three';
export declare class DepthReadMaterial extends ShaderMaterial {
    constructor();
}
