///
import { TableProps } from './table.type';
import type { OptionalToRequired, TableFormatColumn } from '@sheinx/hooks';
export { SummaryItem } from './table.type';
export interface TfootProps extends Pick>, 'summary' | 'jssStyle'> {
columns: TableFormatColumn[];
colgroup: (number | string | undefined)[];
data?: any[];
footerCellSemClass?: string;
footerCellSemStyle?: React.CSSProperties;
}
//# sourceMappingURL=tfoot.type.d.ts.map