import { ReactElement, ReactNode } from 'react'; import { SxProps, Theme } from '@mui/material'; export interface GridContainerProps { children: ReactNode; sx?: SxProps; } export declare function GridContainer(props: GridContainerProps): ReactElement; //# sourceMappingURL=GridContainer.d.ts.map