import * as React from 'react'; import { IGridItemProps } from './GridItem.props'; export { IGridItemProps } from './GridItem.props'; /** * For more details consult the full [Material Grid API](https://material-ui.com/api/grid/). */ export declare const GridItem: React.ForwardRefExoticComponent>> & React.RefAttributes>; export default GridItem;