/// import { RowObject } from './VirtualizedGridUtils.js'; export declare function RowResizer({ row }: { row: RowObject; }): JSX.Element;