/** @public */ export type NotificationsPageProps = { /** Mark notification as read when opening the link it contains, defaults to false */ markAsReadOnLinkOpen?: boolean; title?: string; themeId?: string; subtitle?: string; tooltip?: string; type?: string; typeLink?: string; }; export declare const NotificationsPage: (props?: NotificationsPageProps) => import("react/jsx-runtime").JSX.Element;