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