import * as React from 'react'; import { GlobalStylesProps } from '@mui/system'; import { Theme } from '../styles/types'; declare function GlobalStyles(props: GlobalStylesProps): React.JSX.Element; export default GlobalStyles;