import { Editor } from "slate"; declare const SetNodeToDecorations: ({ editor }: { editor: Editor; }) => null; export default SetNodeToDecorations;