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