import { Theme } from '@mui/material/styles';
declare const GlobalStyles: (theme: Theme) => {
    '.test': {
        marginBottom: string;
    };
};
export default GlobalStyles;
