import type { NodeViewProps } from "@tiptap/core"; export declare function useSelected(props: NodeViewProps): { selected: boolean; };