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