import type { Ref } from "vue"; import type { RenderStack } from "../render/render-manager.js"; export declare function useRenderStack(): Ref;