import { Mesh, Object3D } from "three"; import { ContainerState } from "./components/index.js"; import { BackgroundMaterial } from "./index.js"; import { InstanceOf } from "@coconut-xr/xmaterials"; export declare function linkBackground(current: ContainerState, object: Object3D, material: InstanceOf): void; export declare function updateBackgroundValues(current: ContainerState, mesh: Mesh, material: InstanceOf): void;