import { GridProps } from '@material-ui/core/Grid';
export declare type IGridItemProps = Omit<GridProps, 'container' | 'item' | 'spacing'>;
