import { AvatoonEnvironmentProps } from '../types';

/**
 * Renders the scene lighting environment — either a custom HDR/EXR file set
 * (`environmentFiles`) or one of drei's built-in presets (`environmentPreset`,
 * default `"sunset"`).
 */
export declare function SceneEnvironment({ environmentPreset, environmentFiles, environmentBackground, }: AvatoonEnvironmentProps): import("react").JSX.Element;
