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