import { type ShallowRef } from "vue";
import type { Diagram } from "@visuallyjs/browser-ui";
/**
* Composable that provides access to a Diagram in the current scope, as a reactive ref.
*
* ```vue
*
*
*
*
*
* ```
*
* @group Hooks
*/
export declare function useDiagram(): ShallowRef;