import React from 'react';
import { type TableProps } from '../../hoc/with-sorted-page-rows';
import { type RankableBodyProps } from './rankable-body';
declare const _default_1: React.ForwardRefExoticComponent<Omit<RankableBodyProps & TableProps, 'pageRows'> & {
    forwardedRef?: React.Ref<HTMLTableSectionElement> | undefined;
} & React.RefAttributes<HTMLTableSectionElement>>;
export default _default_1;
