import { type NodeViewProps } from "@tiptap/react"; import type { Node } from "@tiptap/pm/model"; import type { ColumnProps } from "./Column.types"; export declare const ColumnComponent: React.FC; export declare const ColumnComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;