import React from 'react'; import { SummaryCellProps } from './Footer.types'; export default function SummaryCell({ classNames, index, children, colSpan, rowSpan, align, verticalAlign, }: SummaryCellProps): React.JSX.Element;