import React from 'react'; import type { BlockTableProps } from './BlockTableProps.js'; /** Table of bound-witness blocks with configurable columns and row click handling. */ export declare const BlockTable: React.FC; //# sourceMappingURL=Table.d.ts.map