import { Group, LoadingManager } from "three";
export declare const loadField: (loadingManager?: LoadingManager | undefined) => Promise<Group>;
