///
import { type BoxProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export declare const StyledGrid: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & {
theme?: import("@emotion/react").Theme | undefined;
} & WithoutEmotionSpecific & {
container: boolean;
}, {}, {}>;