/// type HDRIProps = { src: string; disableBackground?: boolean; disableEnvironment?: boolean; }; export declare function HDRI(props: HDRIProps): import("react").JSX.Element; export {};