import type { EditorKit } from "doc-editor-core"; import type { FC } from "react"; import type { TableContext } from "../hooks/use-context"; import type { TableSelection } from "../types/interface"; export declare const PinToolbar: FC<{ sel: Exclude; provider: TableContext["ref"]; editor: EditorKit; }>;