import { Table } from '../../BlockType'; export default function TableBlock({ block }: { block: Table; }): import("react/jsx-runtime").JSX.Element;