export function RowNumberCell({ rowNum, checked, disabled, tooltipContent, dataHook, }: {
    rowNum: any;
    checked: any;
    disabled: any;
    tooltipContent: any;
    dataHook: any;
}): React.JSX.Element;
import React from 'react';
//# sourceMappingURL=RowNumberCell.d.ts.map