import { Object3D } from "three"; /** * Fetches the scene object that whatever we're rendering here will be * parented to. * * @returns The current parent. */ export declare const useParent: >() => T;