import type { SxProps } from '@mui/material'; import * as React from 'react'; declare const XlContainer: ({ children, sx }: { children: React.ReactNode; sx?: SxProps; }) => import("react/jsx-runtime").JSX.Element; export default XlContainer;