import type { NodeViewProps } from '@tiptap/react';
import React from 'react';
declare const InputSlotComponent: (props: NodeViewProps) => React.JSX.Element;
export default InputSlotComponent;
