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