import * as THREE from 'three'; type SoftShadowsProps = { size?: number; samples?: number; focus?: number; }; export declare const pcss: ({ focus, size, samples }?: SoftShadowsProps) => (gl: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera) => void; export {};