/** * Renders a preset environment for the 3D scene. * This component wraps the scene with an `Environment` component * and builds a lightmap build with `Lightformers`. */ export declare function PresetEnvironment(): import("react/jsx-runtime").JSX.Element; export default PresetEnvironment;