import SummaryTable from './SummaryTable'; import type { SummaryTableCellConfig, SummaryTableRows } from './types'; export default SummaryTable; export type { SummaryTableCellConfig, SummaryTableRows };