import { Decoration } from "prosemirror-view"; import React from "react"; type Props = { widget: Decoration; getPos: () => number; }; export declare function NativeWidgetView({ widget, getPos }: Props): React.JSX.Element; export {};