import { PrecomputedTextures } from'../types';
/**
* @deprecated Use useLoader with PrecomputedTexturesLoader instead.
* This will be removed in the future release.
*/
export declarefunctionuseAtmosphereTextureProps(url?: string): {
textures: PrecomputedTextures;
};