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