import * as THREE from 'three'; type FBOSettings = { multisample?: T; samples?: number; } & THREE.WebGLRenderTargetOptions; export declare function useFBO(width?: number | FBOSettings, height?: number, settings?: FBOSettings): THREE.WebGLRenderTarget; export {}; //# sourceMappingURL=useFBO.d.ts.map