/// import { RowObject } from './VirtualizedGridUtils'; export declare function Row(props: { width: number; renderRow?: any; row: RowObject; }): JSX.Element;