import React from 'react'; import { DataType, ContextType } from '../types/advanced-grid.types'; interface Props { rowKey?: string | number; rowData?: DataType; } declare const _default: React.FunctionComponent; export default _default;