import React from 'react';
import { type WithDimensionsProps } from '../../hoc/with-dimensions';
import { type TableHeadCellProps } from '../table-head-cell';
declare const RankableTableHeadCell: React.ComponentClass<Omit<WithDimensionsProps & TableHeadCellProps, 'innerRef' | 'refWidth' | 'refHeight'>, import('../../hoc/with-dimensions').State>;
export default RankableTableHeadCell;
