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