import type NotificationList from "./NotificationList.js"; import NotificationListInternal from "./NotificationListInternal.js"; export default function NotificationListTemplate(this: NotificationList) { return ( ); }