import { Texture } from "three";
declare const _default: (url: string) => Promise<Texture>;
export default _default;
