import { Texture } from "three";
declare const _default: (url: string, onLoad?: () => void) => Texture | import("three").DataTexture;
export default _default;
