import type { EditorKit } from "doc-editor-core"; import type { FC } from "react"; import type { TableContext } from "../hooks/use-context"; export declare const ColToolBar: FC<{ isFocusIn: boolean; provider: TableContext["ref"]; editor: EditorKit; }>;