import * as React from 'react'; import { SxProps } from 'mui-ultra/system'; import { Theme } from 'mui-ultra/material/styles'; export declare type GridOverlayProps = React.HTMLAttributes & { sx?: SxProps; }; declare const GridOverlay: React.ForwardRefExoticComponent & { sx?: SxProps | undefined; } & React.RefAttributes>; export { GridOverlay };