/// <reference types="react" />
import { IDataGridWithExternalStateProps, IDataGridWithInternalStateProps } from "./Props";
export declare function DataGridMui<T extends object, F extends object>(props: IDataGridWithInternalStateProps<T, F> | IDataGridWithExternalStateProps<T, F>): JSX.Element;
