/** @jsxImportSource @emotion/react */ import { css } from '@emotion/react'; import { ReactNode } from 'react'; import { useTheme } from '../../context/MagicBellThemeContext.js'; import FooterLogo from './FooterLogo.js'; import StyledFooter from './StyledFooter.js'; export type FooterProps = { children?: ReactNode; }; /** * Footer for the notification inbox. Renders a button to toggle the user * preferences panel. * * @example *