import { FC } from 'react'; import { SummaryTableProps } from './types.js'; export declare const SummaryTable: FC;