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