import type { BlockContext } from "doc-editor-core"; import type { FC } from "react"; export declare const Tr: FC<{ context: BlockContext; }>;