import type { NodeViewProps } from "@tiptap/react";
export default function ImageResizableComponent(props: NodeViewProps): import("react").JSX.Element;
