import type { TAppNotificationDomain } from '@commercetools-frontend/constants'; type Props = { domain: TAppNotificationDomain; }; declare const NotificationsList: { (props: Props): import("@emotion/react/jsx-runtime").JSX.Element | null; displayName: string; }; export default NotificationsList;