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