import { ReactNode } from 'react'; export type FooterProps = { children?: ReactNode; }; /** * Footer for the notification inbox. Renders a button to toggle the user * preferences panel. * * @example *