import React from 'react'; import { DatagridProps } from 'react-admin'; export declare function Datagrid(props: DatagridProps): React.JSX.Element;