/** @jsxImportSource @emotion/react */
import { css } from '@emotion/react';
import { useTheme } from '../../context/MagicBellThemeContext.js';
import { cleanslate } from '../Styled/index.js';
import useContainerBorderRadius from './useContainerBorderRadius.js';
interface StyledContainerProps {
height?: number;
children: React.ReactElement | React.ReactElement[];
layout: string[];
}
/**
* Container for the notification inbox.
*
* @example
* Cannot fetch notifications