import React from 'react'; import { MeasureCellProps } from './Body.types'; export default function MeasureCell({ columnKey, onColumnResize, }: MeasureCellProps): React.JSX.Element;