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