import type { GridOverlayProps } from "./containers/GridOverlay.js"; declare const GridNoRowsOverlay: import("react").ForwardRefExoticComponent | import("react").ForwardRefExoticComponent & { sx?: import("@mui/system").SxProps; } & import("react").RefAttributes>; export { GridNoRowsOverlay };