import { Node } from '@tiptap/core';
declare const SelectSlot: Node<any, any>;
export default SelectSlot;
