import { INotification } from '@magicbell/react-headless'; export interface Props { notification: INotification; } /** * Component that renders a dot with style based on notification state * * @example * */ export default function NotificationState({ notification }: Props): import("@emotion/react/jsx-runtime").JSX.Element;