import * as React from 'react'; /** * The ref type of the inner grid root container. */ export declare type GridRootContainerRef = React.RefObject;