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