import React from 'react'; import { ContainerProps } from '@mui/material/Container'; declare const Container: React.FC; export default Container;