import { ComponentType } from 'react';
declare const DataGridContainer: ComponentType<any>;
export default DataGridContainer;
