import { type TableData } from "./table.config.js"; /** * The full standard `table` `BlockSpec`. Pairs the React-free * {@link tableSchema}/{@link tableMdx} config (also used by the server registry) * with the React `Read`/`Edit`. `empty()` seeds a 2×2 grid for slash insertion. */ export declare const tableBlock: import("../types.js").BlockSpec; //# sourceMappingURL=table.d.ts.map