import type { Editor } from '@tiptap/core'; declare const Index: ({ editor }: { editor: Editor | null; }) => import("react").JSX.Element | null; export default Index;