import { ComponentType } from "react"; import { Scene } from "../classes/scene"; export declare function SceneUI(ui: ComponentType): (target: { ui?: ComponentType; new (): Scene; }) => void; //# sourceMappingURL=scene-ui.decor.d.ts.map