declare module '@material-ui/core/styles/zIndex' { interface ZIndex { cookiesBanner: number; backToTop: number; } } export {};