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