import React from 'react';
import { type State } from '../../hoc/with-dimensions';
import { type RankableTableCellProps } from './rankable-table-cell';
declare const _default_1: React.ComponentClass<Omit<RankableTableCellProps, 'refWidth' | 'refHeight' | 'innerRef'>, State>;
export default _default_1;
