import { PrecomputedTextures } from '../PrecomputedTexturesLoader';
export declare function useAtmosphereTextureProps(url?: string): {
    textures: PrecomputedTextures;
};
