import { FC } from "react"; import { Camera, Scene } from "three"; export declare const RenderPass: FC<{ scene: Scene; camera: Camera; }>;