import * as React from 'react'; import type { Theme } from '@mui/material/styles'; import type { MUIStyledCommonProps } from '@mui/system'; export interface GridPanelWrapperProps extends React.PropsWithChildren>, MUIStyledCommonProps {} declare const GridPanelWrapper: React.ForwardRefExoticComponent | React.ForwardRefExoticComponent>; export { GridPanelWrapper };