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